Skip to content

Commit

Permalink
fix: Damn you copilot
Browse files Browse the repository at this point in the history
  • Loading branch information
franky47 committed Dec 19, 2024
1 parent b71e858 commit 289c601
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/nuqs/src/serializer.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import type { UrlKeys } from '../server'
import type { Nullable, Options } from './defs'
import type { inferParserType, ParserMap } from './parsers'
import type { inferParserType, ParserMap, UrlKeys } from './parsers'
import { renderQueryString } from './url-encoding'

type Base = string | URLSearchParams | URL
Expand Down

0 comments on commit 289c601

Please sign in to comment.