import React from "react"; import "./App.scss"; import MainLayout from "../layouts/main"; export default function() { return ( <MainLayout /> ); }