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
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';