diff --git a/src/lib/elements/element_data_store_v2.svelte b/src/lib/elements/element_data_store_v2.svelte
deleted file mode 100644
index 6996604b..00000000
--- a/src/lib/elements/element_data_store_v2.svelte
+++ /dev/null
@@ -1,889 +0,0 @@
-
-
-
- {#if ae_ds_tmp}
- {#if debug || $ae_loc.debug == 'debug'}
-
- id: {ae_ds_tmp.id},
- code: {ae_ds_tmp.code},
- type: {ae_ds_tmp.type},
- for_type: {ae_ds_tmp.for_type},
- for_id: {ae_ds_tmp.for_id},
- access_read: {ae_ds_tmp.access_read},
- access_write: {ae_ds_tmp.access_write},
- access_delete: {ae_ds_tmp.access_delete},
- name: {ae_ds_tmp.name},
- html: {ae_ds_tmp.html},
- json: {ae_ds_tmp.json},
- md: {ae_ds_tmp.md},
- text: {ae_ds_tmp.text},
- updated_on: {ae_ds_tmp.updated_on},
-
- {/if}
-
-
-
-
- {#if show_edit}
-
-
-
- {#snippet footer()}
-
-
-
- {/snippet}
-
- {/if}
-
-
-
-
-
-
- {#if !ae_ds_tmp.type && !ae_ds_tmp.html && !ae_ds_tmp.json && !ae_ds_tmp.md && !ae_ds_tmp.text}
- {#if $ae_loc.manager_access}
-
No data found! Is the data store correct or new?
- {:else}
-
- {/if}
- {/if}
-
- {#if ae_ds_tmp.type == 'html' && ae_ds_tmp.html}
-
- {:else if ae_ds_tmp.type == 'html'}
- {#if $ae_loc.manager_access}
-
No HTML found! Is the data store type correct?
- {:else}
-
- {/if}
- {/if}
-
- {#if ae_ds_tmp.type == 'text' && ae_ds_tmp.text}
- {ae_ds_tmp.text}
- {:else if ae_ds_tmp.type == 'text'}
- {#if $ae_loc.manager_access}
-
No text found! Is the data store type correct?
- {:else}
-
- {/if}
- {/if}
-
-
-
-
- {:else}
-
- {/if}
-
-
-
-
-
- {#await ds_get_results}
-
-
- Loading...
-
- {/await}
-
-
-
-
-
diff --git a/src/lib/elements/element_modal_v1.svelte b/src/lib/elements/element_modal_v1.svelte
index a5de5145..f00ab8a9 100644
--- a/src/lib/elements/element_modal_v1.svelte
+++ b/src/lib/elements/element_modal_v1.svelte
@@ -1,5 +1,5 @@