Skip to content

Commit 2eaf0ac

Browse files
committed
renamed import
1 parent b3463ea commit 2eaf0ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/logic/solidLogicSingleton.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import * as debug from "../util/debug"
22
import { authSession } from "../authSession/authSession"
3-
import { createSolidLogic } from "./SolidLogic"
3+
import { createSolidLogic } from "./solidLogic"
44

55
const _fetch = async (url, requestInit) => {
66
const omitCreds = requestInit && requestInit.credentials && requestInit.credentials == 'omit'

0 commit comments

Comments
 (0)