Remove unused import
This commit is contained in:
parent
614afb1f3f
commit
9ab9b8030d
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
import React, { FunctionComponent, useCallback, useEffect, useMemo, useRef, useState } from 'react';
|
||||
import React, { FunctionComponent, useCallback, useEffect, useMemo, useRef } from 'react';
|
||||
import { useSearchParams } from 'react-router-dom';
|
||||
|
||||
import globalize from '../scripts/globalize';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue