mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
5 lines
135 B
TypeScript
5 lines
135 B
TypeScript
export * from './commands';
|
|
export * from './subPanels';
|
|
import CommandCenter from './commandCenter.svelte';
|
|
export { CommandCenter };
|