Skip to content

Commit dcc24b8

Browse files
committed
fix: folder structer
1 parent 9b1f992 commit dcc24b8

File tree

9 files changed

+5
-5
lines changed

9 files changed

+5
-5
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

src/pages/index.tsx

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import { useState } from "react";
2-
import Header from "./components/Header/Header";
3-
import Navbar from "./components/Navbar/Navbar";
4-
import Pricing from "./components/Pricing/Pricing";
5-
import Faq from "./components/FAQ/Faq";
6-
import Footer from "./components/Footer";
2+
import Header from "../components/Header/Header";
3+
import Navbar from "../components/Navbar/Navbar";
4+
import Pricing from "../components/Pricing/Pricing";
5+
import Faq from "../components/FAQ/Faq";
6+
import Footer from "../components/Footer";
77

88
export default function Home() {
99
const [currentPage, setCurrentPage] = useState<string>("features");

0 commit comments

Comments
 (0)