Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
JollyGrin committed Sep 8, 2024
1 parent 6a660e8 commit 37707bd
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
import { CardAtlas } from "@/components/atoms/mock-cards/atlas";
import { DroppableGridItem } from "@/components/molecules/DropGridItem";
import { Grid } from "styled-system/jsx";
import { grid } from "styled-system/patterns";
import { DndContext, DragEndEvent, useDraggable } from "@dnd-kit/core";
import { ReactNode, useEffect } from "react";
import { LAYOUT_HEIGHTS } from "@/components/organisms/GameBoard/constants";
import { useEffect } from "react";
import { useRouter } from "next/router";

const { nav, body, footer } = LAYOUT_HEIGHTS;

export default function Home() {
const router = useRouter();
useEffect(() => {
Expand Down

0 comments on commit 37707bd

Please sign in to comment.