Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
Signed-off-by: Nikola R. Hristov <[email protected]>
  • Loading branch information
NikolaRHristov committed Apr 5, 2024
1 parent 1178361 commit fb5b56b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Source/Function/Integration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ export default ((...[_Option = {}]: Parameters<Type>) => {
};
}) satisfies Type as Type;

import type Type from "../Interface/Integration.js";
import type Type from "@Interface/Integration.js";

import type Path from "@playform/pipe/Target/Type/Path.js";

export const { default: Default } = await import("../Variable/Option.js");
export const { default: Default } = await import("@Variable/Option.js");

export const { default: Merge } = await import(
"@playform/build/Target/Function/Merge.js"
Expand Down
2 changes: 1 addition & 1 deletion Source/Interface/Integration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ export default interface Interface {

import type { AstroIntegration } from "astro";

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

0 comments on commit fb5b56b

Please sign in to comment.