Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed May 7, 2024
1 parent f337aee commit ffe23d7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Source/Function/Adapt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default (async (
...[File]: Parameters<Interface>
) => {}) satisfies Interface as Interface;

import type Interface from "@Interface/Adapt.js";
import type Interface from "../Interface/Adapt.js";

export const { default: Exec } = await import("@Function/Exec.js");

Expand Down
2 changes: 1 addition & 1 deletion Source/Function/Exec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ export default (async (
}
}) satisfies Interface as Interface;

import type Interface from "@Interface/Exec.js";
import type Interface from "../Interface/Exec.js";
2 changes: 1 addition & 1 deletion Source/Function/JSON.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ export default (async (...[File, From]: Parameters<Interface>) =>
).toString()
)) satisfies Interface as Interface;

import type Interface from "@Interface/JSON.js";
import type Interface from "../Interface/JSON.js";

0 comments on commit ffe23d7

Please sign in to comment.