diff --git a/src/lib/components/database/DatabaseGridWithProvider.svelte b/src/lib/components/database/DatabaseGridWithProvider.svelte new file mode 100644 index 00000000..1683a171 --- /dev/null +++ b/src/lib/components/database/DatabaseGridWithProvider.svelte @@ -0,0 +1,366 @@ + + + + + +
+
+ + +
+ + +
+
+ +
+ {#if loading} +
+
Loading...
+
+ {/if} + + +
+ + +
+ + \ No newline at end of file