diff --git a/src/routes/twisty.lazy.tsx b/src/routes/twisty.lazy.tsx index 14c5ec5..5b43a06 100644 --- a/src/routes/twisty.lazy.tsx +++ b/src/routes/twisty.lazy.tsx @@ -1,10 +1,11 @@ +import Twisty from '@/components/cubing/twisty'; import { createLazyFileRoute } from '@tanstack/react-router'; export const Route = createLazyFileRoute('/twisty')({ - component: Twisty, + component: TwistyExample, }); -function Twisty() { +function TwistyExample() { return (