import "./app.scss"; function App(props) { const { children } = props; return children ?? null; } export default App;