Skip to content

Commit

Permalink
fix: avoid circular imports (#936)
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 authored Feb 9, 2023
1 parent e3d57fc commit b4d9ecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/cache.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {
} from "h3";
import type { H3Event } from "h3";
import { parseURL } from "ufo";
import { useStorage } from "#internal/nitro";
import { useStorage } from "#internal/nitro/virtual/storage";

export interface CacheEntry<T = any> {
value?: T;
Expand Down

0 comments on commit b4d9ecc

Please sign in to comment.