Skip to content

Commit

Permalink
chore: removed unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Rigo-m committed Feb 2, 2024
1 parent 602d9ea commit 0020f66
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/module.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import { defineNuxtModule, addPlugin, createResolver } from "@nuxt/kit";
import { isBoolean } from "util";
import { defineNuxtModule } from "@nuxt/kit";

// Module options TypeScript interface definition
export interface ModuleOptions { }
export interface ModuleOptions {}

export default defineNuxtModule<ModuleOptions>({
meta: {
Expand Down

0 comments on commit 0020f66

Please sign in to comment.