This commit is contained in:
Imbus 2024-03-07 11:49:31 +01:00
commit 09ec0a0bb0

View file

@ -1,7 +1,7 @@
import { Link } from "react-router-dom";
import BasicWindow from "../Components/BasicWindow";
function YourProjectsPage() {
function YourProjectsPage(): JSX.Element {
const content = (
<>
<h1 className="font-bold text-[30px] mb-[20px]">Your Projects</h1>