Add placeholder components to be worked on
This commit is contained in:
7
web/components/PageLogo.tsx
Normal file
7
web/components/PageLogo.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
interface Props {
|
||||
url: string;
|
||||
}
|
||||
|
||||
export default function PageLogo(props: Props) {
|
||||
return <div>Pimary logo component goes here</div>;
|
||||
}
|
||||
Reference in New Issue
Block a user