NotFound.razor 177 B

123456
  1. @page "/not-found"
  2. @using Shared.Rcl.Layout
  3. @using MainLayout = Shared.Rcl.Layout.MainLayout
  4. @layout MainLayout
  5. <p>Sorry, the content you are looking for does not exist.</p>