import Demo from "./components" import Navigation from "./Navigation" import "./index.scss"; const Example = () => ( <>
); export default Example