Fix lint
This commit is contained in:
parent
32f5604499
commit
8f66bef72a
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
import type { ReactNode } from 'react';
|
||||
import React, { useCallback } from 'react';
|
||||
import type React from 'react';
|
||||
import { useCallback } from 'react';
|
||||
|
||||
import { defineMessages, useIntl, FormattedMessage } from 'react-intl';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue