function unauthenticatedApp()

in web/src/app.tsx [27:29]


  function unauthenticatedApp() {
    return <RouterNoAuth />;
  }