source: src/sections/error/index.ts

main
Last change on this file was 5d6f37a, checked in by Naum Shapkarovski <naumshapkarovski@…>, 7 weeks ago

add customer

  • Property mode set to 100644
File size: 158 bytes
Line 
1export { default as View403 } from './403-view';
2export { default as View500 } from './500-view';
3export { default as NotFoundView } from './not-found-view';
Note: See TracBrowser for help on using the repository browser.