Skip to content

Commit

Permalink
Rename DefaultLoader to FileLoader
Browse files Browse the repository at this point in the history
  • Loading branch information
jameskerr committed Jan 24, 2024
1 parent 758176b commit 4ffdd71
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion apps/zui/src/domain/loads/plugin-api.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {DefaultLoader} from "./default-loader"
import {DefaultLoader} from "./file-loader"
import {LoadContext} from "./load-context"
import {Loader} from "src/core/loader/types"
import Loads from "src/js/state/Loads"
Expand Down
Empty file.

0 comments on commit 4ffdd71

Please sign in to comment.