Skip to content

Commit ff06ca5

Browse files
author
Fran Montiel
committed
Remove type from LogLevel import
1 parent 60288a4 commit ff06ca5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { LogLevel } from '@bugfender/types';
1+
import { LogLevel } from '@bugfender/types';
22
import { SDKOptionsBuilder } from './types/sdk-options';
33
import { BugfenderClass } from './bugfender';
44

0 commit comments

Comments
 (0)