mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 04:40:32 +00:00
add server to monorepo.
This commit is contained in:
6
packages/server/src/repositories/ViewRoleRepository.ts
Normal file
6
packages/server/src/repositories/ViewRoleRepository.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { omit } from 'lodash';
|
||||
import TenantRepository from '@/repositories/TenantRepository';
|
||||
|
||||
export default class ViewRoleRepository extends TenantRepository {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user