File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 Routes ,
44 Route
55} from "react-router-dom" ;
6- import Home from "./pages/Home" ;
76import Doc from "./pages/Doc" ;
7+ import Home from "./pages/Home" ;
88
99function App ( ) {
1010 return (
Original file line number Diff line number Diff line change 11import React , { useState } from 'react'
2- import Error from "/src /components/Error/Error" ;
3- import SearchInput from "/src /components/Search/SearchInput" ;
4- import Layout from "/src /components/Layout/Layout" ;
2+ import Error from ".. /components/Error/Error" ;
3+ import SearchInput from ".. /components/Search/SearchInput" ;
4+ import Layout from ".. /components/Layout/Layout" ;
55
66const Home = ( ) => {
77 const [ search , setSearch ] = useState ( '' )
Original file line number Diff line number Diff line change 11import React from 'react'
2- import DocCard from '/src /components/Docs/DocCard'
2+ import DocCard from '.. /components/Docs/DocCard'
33const Doc = ( ) => {
44 return (
55 < DocCard />
You can’t perform that action at this time.
0 commit comments