Showing
1 changed file
with
3 additions
and
3 deletions
1 | import React from "react"; | 1 | import React from "react"; |
2 | -import Header from "../../Components/Header"; | 2 | +import Header from "../Components/Header"; |
3 | -import Main from "../../Components/Main"; | 3 | +import Main from "../Components/Main"; |
4 | -import Footer from "../../Components/Footer"; | 4 | +import Footer from "../Components/Footer"; |
5 | 5 | ||
6 | export default () => { | 6 | export default () => { |
7 | return ( | 7 | return ( | ... | ... |
-
Please register or login to post a comment