Modules that reorganize layouts components
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { ContentContainer, Page } from "@/components/layouts/layouts";
|
||||
import { ContentContainer, Page } from "@/components/layouts";
|
||||
import { Button } from "@/components/ui/button";
|
||||
import { Footer } from "@/components/utils/Footer";
|
||||
import { NavBar } from "@/components/utils/NavBar";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { ContentContainer, Page } from "@/components/layouts/layouts";
|
||||
import { ContentContainer, Page } from "@/components/layouts";
|
||||
import { Separator } from "@/components/ui/separator";
|
||||
import { Footer } from "@/components/utils/Footer";
|
||||
import { NavBar } from "@/components/utils/NavBar";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { ContentContainer, Page } from "@/components/layouts/layouts";
|
||||
import { ContentContainer, Page } from "@/components/layouts";
|
||||
import { MDXComponentsSet } from "@/components/mdx";
|
||||
import { DrawerTOC } from "@/components/readerpage/DrawerTOC";
|
||||
import { PostComments } from "@/components/readerpage/PostComments";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { ContentContainer, Page } from "@/components/layouts/layouts";
|
||||
import { ContentContainer, Page } from "@/components/layouts";
|
||||
import { Separator } from "@/components/ui/separator";
|
||||
import { Footer } from "@/components/utils/Footer";
|
||||
import { NavBar } from "@/components/utils/NavBar";
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { HomeCover } from "@/components/homepage/HomeCover";
|
||||
import { ContentContainer, Page } from "@/components/layouts/layouts";
|
||||
import { ContentContainer, Page } from "@/components/layouts";
|
||||
import { Button } from "@/components/ui/button";
|
||||
import { Separator } from "@/components/ui/separator";
|
||||
import { Footer } from "@/components/utils/Footer";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { ContentContainer, Page } from "@/components/layouts/layouts";
|
||||
import { ContentContainer, Page } from "@/components/layouts";
|
||||
import { Button } from "@/components/ui/button";
|
||||
import { Input } from "@/components/ui/input";
|
||||
import { Separator } from "@/components/ui/separator";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { ContentContainer, Page } from "@/components/layouts/layouts";
|
||||
import { ContentContainer, Page } from "@/components/layouts";
|
||||
import { Button } from "@/components/ui/button";
|
||||
import { Input } from "@/components/ui/input";
|
||||
import { Toaster } from "@/components/ui/toaster";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { ContentContainer, Page } from "@/components/layouts/layouts";
|
||||
import { ContentContainer, Page } from "@/components/layouts";
|
||||
import { Button } from "@/components/ui/button";
|
||||
import { Footer } from "@/components/utils/Footer";
|
||||
import { NavBar } from "@/components/utils/NavBar";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { ContentContainer, Page } from "@/components/layouts/layouts";
|
||||
import { ContentContainer, Page } from "@/components/layouts";
|
||||
import { Button } from "@/components/ui/button";
|
||||
import { Input } from "@/components/ui/input";
|
||||
import { Separator } from "@/components/ui/separator";
|
||||
|
||||
Reference in New Issue
Block a user