Skip to content
This repository was archived by the owner on Aug 31, 2022. It is now read-only.

Commit 11e6786

Browse files
author
fritzschoff
committed
chore(types): exporting type TxState
1 parent 75b4eeb commit 11e6786

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import '../styles/_build.scss';
22

33
import TransactionDialogContextProvider, {
4+
TxState,
45
useTransactionModalContext
56
} from 'context/useTransactionDialogContext';
6-
import { TxState } from 'context/useTransactionDialogContext';
77

88
import { Accordion, AccordionProps } from './Accordion/Accordion';
99
import { Badge, BadgeProps } from './Badge/Badge';

0 commit comments

Comments
 (0)