Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ruchernchong committed Jan 26, 2025
1 parent 0c2e1c5 commit 6dbc4b5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/(default)/cars/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import { StructuredData } from "@/components/StructuredData";
import Typography from "@/components/Typography";
import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card";
import { API_URL, HYBRID_REGEX, SITE_TITLE, SITE_URL } from "@/config";
import { VEHICLE_TYPE_MAP } from "@/constants";
import {
type Car,
type LatestMonth,
Expand Down

0 comments on commit 6dbc4b5

Please sign in to comment.