Skip to content

Instantly share code, notes, and snippets.

@nicubarbaros
Last active April 7, 2022 18:40
Show Gist options
  • Save nicubarbaros/dbb8f6e8952ecb371ba76703bc5299f6 to your computer and use it in GitHub Desktop.
Save nicubarbaros/dbb8f6e8952ecb371ba76703bc5299f6 to your computer and use it in GitHub Desktop.
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