Skip to content

Commit

Permalink
react: remove navbar challenge
Browse files Browse the repository at this point in the history
  • Loading branch information
arpansaha13 committed Apr 19, 2024
1 parent c91eb25 commit a52bdbe
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 87 deletions.
6 changes: 0 additions & 6 deletions apps/react/src/challenges/navbar/App.jsx

This file was deleted.

24 changes: 0 additions & 24 deletions apps/react/src/challenges/navbar/Head.jsx

This file was deleted.

15 changes: 0 additions & 15 deletions apps/react/src/challenges/navbar/data/data.jsx

This file was deleted.

40 changes: 0 additions & 40 deletions apps/react/src/challenges/navbar/style.module.css

This file was deleted.

2 changes: 0 additions & 2 deletions apps/react/src/pages/Challenge.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ import Stepper from '@/challenges/stepper/App';
import InlineOptions from '@/challenges/inline-options/App';
import DigitalClock from '@/challenges/7-segment-digital-clock/DigitalClock';
import NestedComments from '@/challenges/nested-comments/App';
import Navbar from '@/challenges/navbar/App';

const reactChallengesMap = {
'transfer-list': <TransferListApp />,
Expand Down Expand Up @@ -115,7 +114,6 @@ const reactChallengesMap = {
'inline-options': <InlineOptions />,
'digital-clock': <DigitalClock />,
'nested-comments': <NestedComments />,
navbar: <Navbar />,
'15puzzle': <FifteenPuzzle />,
};

Expand Down

0 comments on commit a52bdbe

Please sign in to comment.