Added Structural Documentation

- Also renamed some directories for consistency
- Moved all components into corresponding subdirectories
- Minor Text Changes
This commit is contained in:
adro 2023-11-03 19:35:45 +01:00
parent c74ba7b321
commit a64a0b2938
25 changed files with 72 additions and 28 deletions

View file

@ -1,5 +1,5 @@
<script setup lang="ts">
import { SearchProvider, Options } from '../components/inputs/DropdownInput.vue';
import { SearchProvider, Options } from '../components/input/DropdownInput.vue';
const testValues: Options = {
1: { display: 'Option 1' },