Last active
April 7, 2022 18:40
-
-
Save nicubarbaros/dbb8f6e8952ecb371ba76703bc5299f6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import React from "react"; | |
import "../styles/home.scss"; | |
import Home from "../containers/Home"; | |
const Index = () => { | |
return ( | |
<> | |
<Home /> | |
</> | |
); | |
}; | |
export default Index; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment