Skip to content

Commit

Permalink
fix: fixes for build
Browse files Browse the repository at this point in the history
  • Loading branch information
MateoGlzAlon committed Jan 15, 2025
1 parent 6dfd7f5 commit 41a5d4e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 33 deletions.
32 changes: 0 additions & 32 deletions app/(pages)/demos/page.jsx

This file was deleted.

2 changes: 1 addition & 1 deletion app/(pages)/login/page.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import Image from "next/image";
import AuthAPI from "@/app/apis/AuthAPI";
import { useWebSocket } from "@/components/generalComponents/WebSocketContext";
import getProjectIdsOwnedByUserGET from "@/components/fetchComponents/GET/getProjectIdsOwnedByUserGET";
import PageFrame from "@/components/generalComponents/pageFrame/PageFrame";
import { DATA } from "@/app/data";

export default function LoginPage() {
const [username, setUsername] = useState("");
Expand Down

0 comments on commit 41a5d4e

Please sign in to comment.