Skip to content

Commit

Permalink
Timeline movement to CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
sadanandpai committed Oct 20, 2024
1 parent 47372cb commit 2dad504
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions apps/react/src/pages/Challenge.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ import ChessBoard from '@/challenges/chess-board/App';
import Calculator from '@/challenges/calculator/App';
import WaterBalancer from '@/challenges/water-balancer/App';
import TransferListApp from '@/challenges/transfer-list/TransferListApp';
import Timeline from '@/challenges/timeline/App';
import WordConnect from '@/challenges/word-connect/App';
import Stepper from '@/challenges/stepper/App';
import InlineOptions from '@/challenges/inline-options/App';
Expand Down Expand Up @@ -118,7 +117,6 @@ const reactChallengesMap = {
'anagram-checker': <AnagramChecker />,
calculator: <Calculator />,
'water-balancer': <WaterBalancer />,
timeline: <Timeline />,
'word-connect': <WordConnect />,
stepper: <Stepper />,
'inline-options': <InlineOptions />,
Expand Down

0 comments on commit 2dad504

Please sign in to comment.