Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
starknetdev committed Oct 6, 2023
1 parent c68cae9 commit 5a29d5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ import { useContracts } from "./hooks/useContracts";
import { useBalance } from "@starknet-react/core";
import ScreenMenu from "./components/menu/ScreenMenu";
import Header from "./components/navigation/Header";
import { Maintenance } from "./components/archived/Maintenance";

const allMenuItems: Menu[] = [
{ id: 1, label: "Start", screen: "start", disabled: false },
Expand Down

1 comment on commit 5a29d5b

@vercel
Copy link

@vercel vercel bot commented on 5a29d5b Oct 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.