refactor(ui): reorganize component directory structure
All checks were successful
Deploy Flowstate to VPS / deploy (push) Successful in 48s
All checks were successful
Deploy Flowstate to VPS / deploy (push) Successful in 48s
This commit is contained in:
parent
8d46cee892
commit
ca01a3b44e
4 changed files with 2 additions and 2 deletions
|
|
@ -8,7 +8,7 @@ import { redirect } from "next/navigation";
|
||||||
import Sidebar from "@/app/components/layout/Sidebar";
|
import Sidebar from "@/app/components/layout/Sidebar";
|
||||||
import Header from "@/app/components/layout/Header";
|
import Header from "@/app/components/layout/Header";
|
||||||
import Navbar from "@/app/components/layout/Navbar";
|
import Navbar from "@/app/components/layout/Navbar";
|
||||||
import ErrorToast from "../components/ErrorToast";
|
import ErrorToast from "../components/ui/ErrorToast";
|
||||||
import Footer from "@/app/components/layout/Footer";
|
import Footer from "@/app/components/layout/Footer";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import BrandLogo from "./BrandLogo";
|
import BrandLogo from "./BrandLogo";
|
||||||
import SearchBar from "./SearchBar";
|
import SearchBar from "../ui/SearchBar";
|
||||||
import UserBadge from "./UserBadge";
|
import UserBadge from "./UserBadge";
|
||||||
|
|
||||||
export default function Header() {
|
export default function Header() {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue