1
0
Fork 0

api index changes

refactor/models
Matthew 2020-06-29 02:34:50 -04:00
parent f977f0f0b2
commit c00b5d0a05
No known key found for this signature in database
GPG Key ID: 210AF32ADE3B5C4B
1 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
export { default as Server } from './Server'; export { default as Server } from '../class/Server';
export { default as Security } from './Security'; export { default as Security } from '../class/Security';