Skip to content

Commit

Permalink
fix: update imports
Browse files Browse the repository at this point in the history
  • Loading branch information
mayank1513 committed Jun 19, 2024
1 parent 151092a commit af4dc51
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type { HTMLProps, ReactNode } from "react";
import { type ColorSchemeType } from "../../types";
import { type ColorSchemeType } from "../../../types";

/** @deprecated as no longer needed. */
export type ForcedPage =
Expand Down

0 comments on commit af4dc51

Please sign in to comment.