This commit is contained in:
nikita
2026-06-12 00:54:50 +03:00
parent c8bc9b8347
commit da9da0971f
11 changed files with 158 additions and 160 deletions
+7
View File
@@ -0,0 +1,7 @@
export const HomePage = () => {
return(
<div>
Домашняя
</div>
)
}