Skip to content

Commit fbfcefa

Browse files
Remove unused import
1 parent 94f4b9c commit fbfcefa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

type-tests/types-variant.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { reflect, variant } from '@effector/reflect';
33
import { Button } from '@mantine/core';
44
import { createEvent, createStore } from 'effector';
55
import React, { FC, PropsWithChildren, ReactNode } from 'react';
6-
import { expectNotType, expectType } from 'tsd';
6+
import { expectType } from 'tsd';
77

88
// basic variant usage
99
{

0 commit comments

Comments
 (0)