Add SEO to Blog index
cgen-347199c33dea480ba5e44429d58c4146
This commit is contained in:
parent
bed369bc0c
commit
48eac57502
1 changed files with 1 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
|||
import { useEffect, useMemo, useState } from "react";
|
||||
import { Link } from "react-router-dom";
|
||||
import Layout from "@/components/Layout";
|
||||
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