Transform server base page to TS

This commit is contained in:
Dane Everitt 2019-02-03 14:31:39 -08:00
parent 7bdcdf23bf
commit 9f2eaa5c40
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
3 changed files with 121 additions and 140 deletions

View file

@ -1,4 +1,4 @@
export {default as Server} from './Server.vue';
export {default as Server} from './Server';
export {default as ServerAllocations} from './ServerAllocations.vue';
export {default as ConsolePage} from './subpages/Console.vue';
export {default as DatabasesPage} from './subpages/Databases.vue';