chore: first commit

This commit is contained in:
Daniil
2026-02-17 23:36:55 +03:00
parent 2e4820ac91
commit 674d5d735b
116 changed files with 327 additions and 150 deletions
@@ -0,0 +1,11 @@
import { JSX } from "react"
import { ProjectWorkspacePage } from "@pages/ProjectWorkspacePage"
export default function Projects(): JSX.Element {
return (
<main>
<ProjectWorkspacePage />
</main>
)
}