Skip to content

Commit 16588c0

Browse files
committed
Import type as type
1 parent 722b427 commit 16588c0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Accordion.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
"use client";
22

3-
import React, { memo, ReactNode, useId, useState, ForwardedRef } from "react";
3+
import React, { memo, ReactNode, useId, useState } from "react";
4+
import type { ForwardedRef } from "react";
45
import { assert } from "tsafe";
56
import type { Equals } from "tsafe";
67
import { fr } from "./fr";

0 commit comments

Comments
 (0)