Skip to content

Commit 2cf2d3d

Browse files
committed
fix(BBButton): missing import from last commit
1 parent 2d71114 commit 2cf2d3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Button/component.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import React, { JSX } from 'react';
1+
import React, { JSX, useId } from 'react';
22
import { MdSettings } from 'react-icons/md';
33
import { ButtonProps } from './type';
44
import {

0 commit comments

Comments
 (0)