diff --git a/src/InstructionMenu.tsx b/src/components/InstructionMenu.tsx similarity index 73% rename from src/InstructionMenu.tsx rename to src/components/InstructionMenu.tsx index 8d09131..9394e70 100644 --- a/src/InstructionMenu.tsx +++ b/src/components/InstructionMenu.tsx @@ -1,6 +1,6 @@ import { Card, CardContent, styled, Typography } from "@mui/material" import React from "react" -import instructions from "./Instructions" +import instructions, { Instruction } from "../Instructions" import Tooltip, { TooltipProps, tooltipClasses } from "@mui/material/Tooltip" const HtmlTooltip = styled(({ className, ...props }: TooltipProps) => ( @@ -21,7 +21,7 @@ export default function InstructionMenu() { return ( <>