source: src/auth/guard/index.ts@ 057453c

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

add customer

  • Property mode set to 100644
File size: 172 bytes
Line 
1export { default as AuthGuard } from './auth-guard';
2export { default as GuestGuard } from './guest-guard';
3export { default as RoleBasedGuard } from './role-based-guard';
Note: See TracBrowser for help on using the repository browser.