mirror of
https://github.com/directus/directus.git
synced 2026-02-10 18:14:57 -05:00
* Register views globally * Use global private view in debug route * Register login route * Add barebones login form * Add auth check on routing * Add tests and extract checkAuth function * Fix tests of router * Move stores into subfolders * Register modules from modules store * Register name / icon in modules store * Update module configs * Render v-button in module sidebar * Render correct paths in module sidebar * Add activated style to button * Use correct color for button in module bar * Use correct icons for system modules * Add tests for modules store * Remove readme in favor of inline comments
5 lines
110 B
TypeScript
5 lines
110 B
TypeScript
import { useProjectsStore } from './projects';
|
|
|
|
export { useProjectsStore };
|
|
export default useProjectsStore;
|