first commit
This commit is contained in:
7
app/components/Header/Logo.tsx
Normal file
7
app/components/Header/Logo.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
"use client";
|
||||
|
||||
export default function Logo() {
|
||||
return (
|
||||
<div>Logo</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user