Remove unused Compass import
cgen-934be7388398422fb6397977145d081d
This commit is contained in:
parent
7d3490439a
commit
f78aaae57e
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ import BlogNewsletterSection from "@/components/blog/BlogNewsletterSection";
|
||||||
import { Card, CardContent } from "@/components/ui/card";
|
import { Card, CardContent } from "@/components/ui/card";
|
||||||
import { Badge } from "@/components/ui/badge";
|
import { Badge } from "@/components/ui/badge";
|
||||||
import { Button } from "@/components/ui/button";
|
import { Button } from "@/components/ui/button";
|
||||||
import { ArrowRight, Compass, Layers, ListFilter, Newspaper } from "lucide-react";
|
import { ArrowRight, Layers, ListFilter, Newspaper } from "lucide-react";
|
||||||
import type { BlogCategory, BlogPost } from "@/components/blog/types";
|
import type { BlogCategory, BlogPost } from "@/components/blog/types";
|
||||||
|
|
||||||
const buildSlug = (post: BlogPost): string => post.slug || post.id?.toString() || "article";
|
const buildSlug = (post: BlogPost): string => post.slug || post.id?.toString() || "article";
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue