Fix web project build errors
This commit is contained in:
@@ -1,7 +1,3 @@
|
||||
interface Props {
|
||||
url: string;
|
||||
}
|
||||
|
||||
export default function PageLogo(props: Props) {
|
||||
export default function PageLogo() {
|
||||
return <div>Pimary logo component goes here</div>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user