4 lines
94 B
TypeScript
4 lines
94 B
TypeScript
export * from './AuthGuard';
|
|
export * from './GuestGuard';
|
|
export * from './PermissionGuard';
|