Skip to content

Commit

Permalink
fix: removed commit for Tab component
Browse files Browse the repository at this point in the history
  • Loading branch information
Joesph Chrysanthopoulos authored and Joesph Chrysanthopoulos committed Mar 30, 2022
1 parent 129c9e2 commit 629d86c
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 147 deletions.
9 changes: 0 additions & 9 deletions src/Root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ import {
import { BsCreditCard2FrontFill, BsGithub, BsImages } from 'react-icons/bs';
import { FaSpinner } from 'react-icons/fa';
import { FiNavigation } from 'react-icons/fi';
import { MdTab } from 'react-icons/md';
import { Route, Routes } from 'react-router-dom';

import { DarkThemeToggle, Navbar, Sidebar, SidebarItem, Spinner } from './components';
Expand All @@ -36,7 +35,6 @@ import ListGroupPage from './pages/ListGroupPage';
import NavbarPage from './pages/NavbarPage';
import SpinnersPage from './pages/SpinnersPage';
import TooltipsPage from './pages/TooltipsPage';
import TabsPage from './pages/TabsPage';

export const Root: FC = () => {
const [collapsed, setCollapsed] = useState(false);
Expand Down Expand Up @@ -126,12 +124,6 @@ export const Root: FC = () => {
title: 'Spinners',
href: '/spinners',
},
{
group: false,
icon: MdTab,
title: 'Tabs',
href: '/tabs',
},
{
group: false,
icon: HiAnnotation,
Expand Down Expand Up @@ -188,7 +180,6 @@ export const Root: FC = () => {
<Route path="list-group" element={<ListGroupPage />} />
<Route path="navbars" element={<NavbarPage />} />
<Route path="spinners" element={<SpinnersPage />} />
<Route path="tabs" element={<TabsPage />} />
<Route path="tooltips" element={<TooltipsPage />} />
</Routes>
</Suspense>
Expand Down
9 changes: 0 additions & 9 deletions src/components/Tab.tsx

This file was deleted.

84 changes: 0 additions & 84 deletions src/components/Tabs.tsx

This file was deleted.

2 changes: 0 additions & 2 deletions src/components/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,3 @@ export * from './navbar/Navbar';
export * from './Sidebar';
export * from './Spinner';
export * from './Tooltip';
export * from './Tab';
export * from './Tabs';
43 changes: 0 additions & 43 deletions src/pages/TabsPage.tsx

This file was deleted.

0 comments on commit 629d86c

Please sign in to comment.