function App()

in src/App.js [21:27]


function App() {
  return (
    <NorthStarThemeProvider>
      <Layout />
    </NorthStarThemeProvider>
  )
}