1
0
mirror of https://github.com/garraflavatra/rolens.git synced 2025-07-19 22:18:03 +00:00

Moved editors and grid components to their own directories

This commit is contained in:
2023-08-07 16:59:22 +02:00
parent f33cac7f5c
commit 5b15782d7d
25 changed files with 30 additions and 29 deletions

View File

@ -2,7 +2,7 @@
import Details from '$components/details.svelte';
import Icon from '$components/icon.svelte';
import Modal from '$components/modal.svelte';
import ObjectEditor from '$components/objecteditor.svelte';
import ObjectEditor from '$components/editors/objecteditor.svelte';
import { aggregationStageDocumentationURL, aggregationStages } from '$lib/mongo';
import Collation from '$lib/mongo/collation.svelte';
import { jsonLooseParse, looseJsonIsValid } from '$lib/strings';