styled components; navbar section

This commit is contained in:
2023-08-31 15:45:24 +02:00
parent a342e6eeec
commit dffa5fdda9
15 changed files with 1306 additions and 166 deletions
View File
+3
View File
@@ -0,0 +1,3 @@
export default function LandingSection() {
return <div>LandingSection</div>;
}