mirror of
https://github.com/directus/directus.git
synced 2026-02-16 08:25:10 -05:00
* Remove unused nested folders from components * Remove nested folders * Standardize composables output * Fix import inconsistencies * Same trick for directives * Same for routes * Replace reliance root grouped export in favor of explicit imports * Replace reliance on implicit imports * Remove nested folder structure * Consistent use of non-default exports in utils * Remove nested folder structure from private components * Fix test mock * Remove extraneous component registration for valuenull * Fix stores provider * Fix logo sprite
Views
Views are the top-level parent component that are used in all modules. Directus will only have two Views for the
foreseeable future: public and private for non-authenticated and authenticated routes respectively.