Skip to content

Commit

Permalink
build: remove unused import which fails build
Browse files Browse the repository at this point in the history
  • Loading branch information
rmrt1n committed Feb 23, 2024
1 parent 32f9b0b commit 5702064
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/routes/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { createFileRoute } from '@tanstack/react-router';
import { Box, LayoutGrid, List, Unlink } from 'lucide-react';

import { EntityCards } from '@/components/entity-cards';
import { Button } from '@/components/ui/button';
import { Tabs, TabsContent, TabsList, TabsTrigger } from '@/components/ui/tabs';
import { useCardinal } from '@/lib/cardinal-provider';
import { EntityList } from '@/components/entity-list';
Expand Down

0 comments on commit 5702064

Please sign in to comment.