File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1- import Header from "./Header.tsx " ;
2- import Footer from "./Footer.tsx " ;
1+ import Header from "./Header" ;
2+ import Footer from "./Footer" ;
33import { Outlet } from "react-router" ;
44
55export default function Layout ( ) {
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ import { StrictMode } from "react";
22import { createRoot } from "react-dom/client" ;
33import { BrowserRouter , Routes , Route } from "react-router" ;
44import "./index.css" ;
5- import Layout from "./components/Layout/index.tsx " ;
6- import Home from "./routes/Home/index.tsx " ;
7- import About from "./routes/About/index.tsx " ;
5+ import Layout from "./components/Layout" ;
6+ import Home from "./routes/Home" ;
7+ import About from "./routes/About" ;
88
99const root = document . getElementById ( "root" ) ;
1010
Original file line number Diff line number Diff line change 1- import Hero from "./Hero.tsx " ;
2- import Features from "./Features.tsx " ;
3- import CTA from "./CTA.tsx " ;
4- import Showcase from "./Showcase.tsx " ;
1+ import Hero from "./Hero" ;
2+ import Features from "./Features" ;
3+ import CTA from "./CTA" ;
4+ import Showcase from "./Showcase" ;
55
66export default function Home ( ) {
77 return (
You can’t perform that action at this time.
0 commit comments