Skip to content

Commit

Permalink
Rename files
Browse files Browse the repository at this point in the history
  • Loading branch information
Sauradip07 committed Aug 29, 2024
1 parent 3b97558 commit 90b84b5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import {
} from 'lucide-react';

// Import the mock data
import { historyData as mockHistoryData } from './historyData';
import { historyData as mockHistoryData } from './history-data';

type Props = {};
type Checked =
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/components/sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import {
SheetTitle,
SheetTrigger
} from '@/components/ui/sheet';
import SidebarHistory from './sidebarHistory';
import SidebarHistory from './sidebar-history';

type Props = {};

Expand Down

0 comments on commit 90b84b5

Please sign in to comment.