feature: add projects page (2 parts works)
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import { JSX } from "react"
|
||||
|
||||
import { ProjectsPage } from "@pages/ProjectsPage"
|
||||
|
||||
export default function Projects(): JSX.Element {
|
||||
return (
|
||||
<main>
|
||||
<ProjectsPage />
|
||||
</main>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user