Skip to content

Commit

Permalink
fix: page export
Browse files Browse the repository at this point in the history
  • Loading branch information
rhlsthrm committed Sep 11, 2023
1 parent 21dc280 commit 4752bc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { VStack, Box, Flex, Spacer } from "@chakra-ui/react";
import { NavBar } from "../components/NavBar";
import { GameUI } from "../components/GameUI";

export function Page() {
const Page = () => {
return (
<>
<VStack spacing={4} align="stretch" p={4}>
Expand All @@ -19,6 +19,6 @@ export function Page() {
</VStack>
</>
);
}
};

export default Page;

0 comments on commit 4752bc8

Please sign in to comment.