diff --git a/src/APIopertaions.svelte b/src/APIopertaions.svelte new file mode 100644 index 0000000..784a487 --- /dev/null +++ b/src/APIopertaions.svelte @@ -0,0 +1,37 @@ + + +
+
+

hi

+ + + + +
+
+ \ No newline at end of file diff --git a/src/App.svelte b/src/App.svelte index de20ba1..b5997e2 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -1,128 +1,79 @@ - - + + \ No newline at end of file + + +
+

POC

+ +
+ + + {#if currentRoute === 'api'} + + {:else if currentRoute === 'crud'} + + {:else} + +

Page not found

+ {/if} + \ No newline at end of file diff --git a/src/CRUDoperations.svelte b/src/CRUDoperations.svelte new file mode 100644 index 0000000..654bdc6 --- /dev/null +++ b/src/CRUDoperations.svelte @@ -0,0 +1,128 @@ + + +
+
+ + + + + + + + +
+ + + +
+ +
+
+ + + \ No newline at end of file