Skip to content

Commit

Permalink
fix: Wrong Strategy type for module
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisGV04 committed Oct 20, 2023
1 parent ad197f7 commit 6d50510
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/module.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { getIconCollections, iconsPlugin } from "@egoist/tailwindcss-icons";
import type { Strategy } from "@floating-ui/vue";
import {
addComponentsDir,
addImportsDir,
Expand All @@ -8,7 +7,7 @@ import {
installModule,
} from "@nuxt/kit";
import { name, version } from "../package.json";
import type { DeepPartial } from "./runtime/types";
import type { DeepPartial, Strategy } from "./runtime/types";
import * as config from "./runtime/ui.config";

type UI = {
Expand Down

0 comments on commit 6d50510

Please sign in to comment.