Skip to content

Commit

Permalink
fix: folder structer
Browse files Browse the repository at this point in the history
  • Loading branch information
tw4 committed Jul 18, 2023
1 parent 9b1f992 commit dcc24b8
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 5 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
10 changes: 5 additions & 5 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import { useState } from "react";
import Header from "./components/Header/Header";
import Navbar from "./components/Navbar/Navbar";
import Pricing from "./components/Pricing/Pricing";
import Faq from "./components/FAQ/Faq";
import Footer from "./components/Footer";
import Header from "../components/Header/Header";
import Navbar from "../components/Navbar/Navbar";
import Pricing from "../components/Pricing/Pricing";
import Faq from "../components/FAQ/Faq";
import Footer from "../components/Footer";

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

0 comments on commit dcc24b8

Please sign in to comment.