Skip to content

Commit

Permalink
Move timer folder
Browse files Browse the repository at this point in the history
  • Loading branch information
simonkellly committed May 24, 2024
1 parent dd01dcf commit 80bcf24
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/routes/timer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ import {
} from 'react-use-precision-timer';
import { ScrollArea } from '@/components/ui/scroll-area';
import { cn } from '@/lib/utils';
import { ActionBar } from '@/newTimer/actionBar';
import DrawScrambleCard from '@/newTimer/drawScrambleCard';
import LiveCubeCard from '@/newTimer/liveCubeCard';
import ResultsCard from '@/newTimer/resultsCard';
import ScrambleDisplay from '@/newTimer/scrambleDisplay';
import { ActionBar } from '@/timer/actionBar';
import DrawScrambleCard from '@/timer/drawScrambleCard';
import LiveCubeCard from '@/timer/liveCubeCard';
import ResultsCard from '@/timer/resultsCard';
import ScrambleDisplay from '@/timer/scrambleDisplay';
import useCubeTimer, {
HOLD_DOWN_TIME,
TimerState,
} from '@/newTimer/useCubeTimer';
} from '@/timer/useCubeTimer';

export const Route = createFileRoute('/timer')({
component: Timer,
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 80bcf24

Please sign in to comment.