Import SEO in Blog
cgen-3f828cf92f924e0581487789b14ba921
This commit is contained in:
parent
48eac57502
commit
0ed33cd468
1 changed files with 1 additions and 0 deletions
|
|
@ -2,6 +2,7 @@ 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";
|
||||
|
|
|
|||
Loading…
Reference in a new issue