Skip to content

Commit

Permalink
feat: merge imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Baroshem committed Nov 4, 2022
1 parent 4aa57cc commit 56c85ea
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,6 +1,5 @@
import { resolve } from 'pathe'
import { resolve, normalize } from 'pathe'
import { fileURLToPath } from 'node:url'
import { normalize } from 'pathe'
import { defineNuxtModule, addServerHandler } from '@nuxt/kit'
import defu from 'defu'
import { AllowedHTTPMethods, MiddlewareConfiguration, ModuleOptions, RateLimiter, RequestSizeLimiter, SecurityHeaders, XssValidator } from './types'
Expand Down

0 comments on commit 56c85ea

Please sign in to comment.