Remove duplicate SEO imports in Blog.tsx
cgen-e6f65eed4d8f4ff39b969d892503ecf3
This commit is contained in:
parent
2946d0cb29
commit
57a1a68e3a
1 changed files with 0 additions and 2 deletions
|
|
@ -2,7 +2,6 @@ import { useEffect, useMemo, useState } from "react";
|
|||
import { Link } from "react-router-dom";
|
||||
import Layout from "@/components/Layout";
|
||||
import SEO from "@/components/SEO";
|
||||
import SEO from "@/components/SEO";
|
||||
import LoadingScreen from "@/components/LoadingScreen";
|
||||
import { useAethexToast } from "@/hooks/use-aethex-toast";
|
||||
import BlogHero from "@/components/blog/BlogHero";
|
||||
|
|
@ -15,7 +14,6 @@ import { Card, CardContent } from "@/components/ui/card";
|
|||
import { Button } from "@/components/ui/button";
|
||||
import { ArrowRight, Layers, ListFilter, Newspaper } from "lucide-react";
|
||||
import type { BlogCategory, BlogPost } from "@/components/blog/types";
|
||||
import SEO from "@/components/SEO";
|
||||
|
||||
const buildSlug = (post: BlogPost): string =>
|
||||
post.slug || post.id?.toString() || "article";
|
||||
|
|
|
|||
Loading…
Reference in a new issue