Skip to content

Commit

Permalink
[client-svelte] move error and loading components
Browse files Browse the repository at this point in the history
to lib
  • Loading branch information
samson84 committed Dec 29, 2023
1 parent 6866c99 commit 75b718d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client-svelte/src/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
type CreateTodo,
} from "./lib/todo.store.js";
import TodoList from "./lib/TodoList.svelte";
import ErrorMessage from "./Error.svelte";
import ErrorMessage from "./lib/Error.svelte";
import Loading from "./Loading.svelte";
onMount(async () => {
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 75b718d

Please sign in to comment.