import { SwitchMiiInstructions } from "@/types"; import NumberInputs from "../number-inputs"; interface Props { instructions: React.RefObject; } export default function NoseTab({ instructions }: Props) { return ( <>

Nose

); }