Skip to content

Commit

Permalink
fix(ui): import error
Browse files Browse the repository at this point in the history
  • Loading branch information
dest1n1s committed Jul 29, 2024
1 parent 94c8be4 commit 21f80b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/routes/features/page.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { AppNavbar } from "@/components/app/navbar";
import { FeatureCard } from "@/components/feature/feature-card";
import { SectionNavigator } from "@/components/app/sidenav";
import { SectionNavigator } from "@/components/app/section-navigator";
import { Button } from "@/components/ui/button";
import { Input } from "@/components/ui/input";
import { Select, SelectContent, SelectItem, SelectTrigger, SelectValue } from "@/components/ui/select";
Expand Down

0 comments on commit 21f80b7

Please sign in to comment.