Skip to content

Commit

Permalink
Revert back to base frontend code
Browse files Browse the repository at this point in the history
  • Loading branch information
aidoskanapyanov committed Jul 2, 2023
1 parent dfeefc7 commit 4f3f7f2
Show file tree
Hide file tree
Showing 10 changed files with 3 additions and 511 deletions.
7 changes: 0 additions & 7 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,9 @@
"preview": "vite preview"
},
"dependencies": {
"@radix-ui/react-dialog": "^1.0.4",
"@radix-ui/react-hover-card": "^1.0.6",
"class-variance-authority": "^0.6.0",
"clsx": "^1.2.1",
"lucide-react": "^0.248.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.13.0",
"tailwind-merge": "^1.13.2",
"tailwindcss-animate": "^1.0.6",
"vite-tsconfig-paths": "^4.2.0"
},
"devDependencies": {
Expand Down
5 changes: 1 addition & 4 deletions frontend/src/App.tsx
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
import Sidebar from "@/components/sidebar";
import { BrowserRouter } from "react-router-dom";

function App() {
return (
<BrowserRouter>
<div className="p-6">
<Sidebar />
</div>
<div>Hello, World!</div>
</BrowserRouter>
);
}
Expand Down
7 changes: 0 additions & 7 deletions frontend/src/components/icons.tsx

This file was deleted.

23 changes: 0 additions & 23 deletions frontend/src/components/sidebar-hamburger.tsx

This file was deleted.

49 changes: 0 additions & 49 deletions frontend/src/components/sidebar.tsx

This file was deleted.

29 changes: 0 additions & 29 deletions frontend/src/components/ui/hover-card.tsx

This file was deleted.

229 changes: 0 additions & 229 deletions frontend/src/components/ui/sheet.tsx

This file was deleted.

15 changes: 0 additions & 15 deletions frontend/src/lib/utils.tsx

This file was deleted.

Loading

0 comments on commit 4f3f7f2

Please sign in to comment.