[fix] do some lints
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { ContentContainer, Page } from "@/components/utils/Layout";
|
||||
import { Button } from "@/components/ui/button";
|
||||
import { Separator } from "@/components/ui/separator";
|
||||
import { Footer } from "@/components/utils/Footer";
|
||||
import { ContentContainer, Page } from "@/components/utils/Layout";
|
||||
import { NavBar } from "@/components/utils/NavBar";
|
||||
import { TfiFaceSad } from "react-icons/tfi";
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import { ContentContainer, Page } from "@/components/utils/Layout";
|
||||
import { Button } from "@/components/ui/button";
|
||||
import { Separator } from "@/components/ui/separator";
|
||||
import { Footer } from "@/components/utils/Footer";
|
||||
import { ContentContainer, Page } from "@/components/utils/Layout";
|
||||
import { NavBar } from "@/components/utils/NavBar";
|
||||
import { MdOutlineDangerous } from "react-icons/md";
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import { ContentContainer, Page } from "@/components/utils/Layout";
|
||||
import { Separator } from "@/components/ui/separator";
|
||||
import { Footer } from "@/components/utils/Footer";
|
||||
import { ContentContainer, Page } from "@/components/utils/Layout";
|
||||
import { NavBar } from "@/components/utils/NavBar";
|
||||
import { SEO } from "@/components/utils/SEO";
|
||||
import { SocialIcons } from "@/components/utils/SocialIcons";
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
import { ContentContainer, Page } from "@/components/utils/Layout";
|
||||
import { MDXComponentsSet } from "@/components/mdx";
|
||||
import { BottomCard } from "@/components/reader-page/BottomCard";
|
||||
import { DrawerTOC } from "@/components/reader-page/DrawerTOC";
|
||||
@@ -9,6 +8,7 @@ import { TOC } from "@/components/reader-page/TOC";
|
||||
import { Separator } from "@/components/ui/separator";
|
||||
import { Toaster } from "@/components/ui/toaster";
|
||||
import { Footer } from "@/components/utils/Footer";
|
||||
import { ContentContainer, Page } from "@/components/utils/Layout";
|
||||
import { NavBar } from "@/components/utils/NavBar";
|
||||
import { SEO } from "@/components/utils/SEO";
|
||||
import { Config } from "@/data/config";
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import { ContentContainer, Page } from "@/components/utils/Layout";
|
||||
import { Separator } from "@/components/ui/separator";
|
||||
import { Footer } from "@/components/utils/Footer";
|
||||
import { ContentContainer, Page } from "@/components/utils/Layout";
|
||||
import { NavBar } from "@/components/utils/NavBar";
|
||||
import { SEO } from "@/components/utils/SEO";
|
||||
import { Config } from "@/data/config";
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
import { HomeCover } from "@/components/home-page/HomeCover";
|
||||
import { ContentContainer, Page } from "@/components/utils/Layout";
|
||||
import { Button } from "@/components/ui/button";
|
||||
import { Separator } from "@/components/ui/separator";
|
||||
import { Footer } from "@/components/utils/Footer";
|
||||
import { ContentContainer, Page } from "@/components/utils/Layout";
|
||||
import { NavBar } from "@/components/utils/NavBar";
|
||||
import { PostList } from "@/components/utils/PostList";
|
||||
import { SEO } from "@/components/utils/SEO";
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
import { ContentContainer, Page } from "@/components/utils/Layout";
|
||||
import { Accordion, AccordionContent, AccordionItem, AccordionTrigger } from "@/components/ui/accordion";
|
||||
import { Button } from "@/components/ui/button";
|
||||
import { Input } from "@/components/ui/input";
|
||||
import { Separator } from "@/components/ui/separator";
|
||||
import { Footer } from "@/components/utils/Footer";
|
||||
import { ContentContainer, Page } from "@/components/utils/Layout";
|
||||
import { NavBar } from "@/components/utils/NavBar";
|
||||
import { PostList } from "@/components/utils/PostList";
|
||||
import { SEO } from "@/components/utils/SEO";
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
import { ContentContainer, Page } from "@/components/utils/Layout";
|
||||
import { Button } from "@/components/ui/button";
|
||||
import { Input } from "@/components/ui/input";
|
||||
import { Toaster } from "@/components/ui/toaster";
|
||||
import { useToast } from "@/components/ui/use-toast";
|
||||
import { Footer } from "@/components/utils/Footer";
|
||||
import { ContentContainer, Page } from "@/components/utils/Layout";
|
||||
import { NavBar } from "@/components/utils/NavBar";
|
||||
import { SEO } from "@/components/utils/SEO";
|
||||
import { Config } from "@/data/config";
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
import { ContentContainer, Page } from "@/components/utils/Layout";
|
||||
import { SponsorBoard } from "@/components/sponsor-page/SponsorBoard";
|
||||
import { SponsorDescription } from "@/components/sponsor-page/SponsorDescription";
|
||||
import { Toaster } from "@/components/ui/toaster";
|
||||
import { Footer } from "@/components/utils/Footer";
|
||||
import { ContentContainer, Page } from "@/components/utils/Layout";
|
||||
import { NavBar } from "@/components/utils/NavBar";
|
||||
import { SEO } from "@/components/utils/SEO";
|
||||
import { Config } from "@/data/config";
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
import { ContentContainer, Page } from "@/components/utils/Layout";
|
||||
import { Button } from "@/components/ui/button";
|
||||
import { Input } from "@/components/ui/input";
|
||||
import { Separator } from "@/components/ui/separator";
|
||||
import { Footer } from "@/components/utils/Footer";
|
||||
import { ContentContainer, Page } from "@/components/utils/Layout";
|
||||
import { NavBar } from "@/components/utils/NavBar";
|
||||
import { PostList } from "@/components/utils/PostList";
|
||||
import { SEO } from "@/components/utils/SEO";
|
||||
|
||||
Reference in New Issue
Block a user