Skip to content

Commit ad7b1d1

Browse files
committed
changed type import and updated github actions
1 parent 494c02c commit ad7b1d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/stepper-component/stepperComponent.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React, { ReactElement, FC } from 'react';
22
import classes from './styles.module.scss';
3-
import { IStep, IStepperProps } from './types';
3+
import type { IStep, IStepperProps } from './types';
44
import Bubble from '../bubble';
55
import { LABEL_POSITION, Elements } from '../constants';
66

0 commit comments

Comments
 (0)