mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-13 07:46:10 +00:00
removed unused imports
This commit is contained in:
parent
a3677a2d2d
commit
44f46d60a4
@ -1,4 +1,3 @@
|
||||
import * as React from 'react'
|
||||
import { useSetAssetApi } from './hooks/useAssets'
|
||||
import { AssetsApi } from '../../types';
|
||||
import { useEffect } from 'react';
|
||||
|
||||
@ -1,5 +1,4 @@
|
||||
import ChevronDownIcon from '@heroicons/react/24/outline/ChevronDownIcon'
|
||||
import * as React from 'react'
|
||||
import {useEffect, useState} from 'react'
|
||||
import { Link, useLocation } from 'react-router-dom'
|
||||
|
||||
|
||||
@ -1,8 +1,5 @@
|
||||
import { useEffect, useRef, useState } from 'react'
|
||||
import { useEffect, useState } from 'react'
|
||||
import { Link, useNavigate } from 'react-router-dom'
|
||||
import ErrorText from '../Typography/ErrorText'
|
||||
import { TextInput } from '../Input/TextInput'
|
||||
import * as React from 'react'
|
||||
import { toast } from 'react-toastify'
|
||||
import { useAuth } from './useAuth'
|
||||
import { MapOverlayPage} from '../Templates'
|
||||
@ -38,9 +35,6 @@ export function LoginPage() {
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
useEffect(() => {
|
||||
const keyDownHandler = event => {
|
||||
if (event.key === 'Enter') {
|
||||
|
||||
@ -1,7 +1,5 @@
|
||||
import { useState } from 'react'
|
||||
import { useNavigate } from 'react-router-dom'
|
||||
|
||||
import * as React from 'react'
|
||||
import { toast } from 'react-toastify'
|
||||
import { useAuth } from './useAuth'
|
||||
import { MapOverlayPage} from '../Templates'
|
||||
|
||||
@ -1,8 +1,6 @@
|
||||
import { useRef, useState } from 'react'
|
||||
import { Link, useNavigate } from 'react-router-dom'
|
||||
import ErrorText from '../Typography/ErrorText'
|
||||
import { TextInput } from '../Input/TextInput'
|
||||
import * as React from 'react'
|
||||
import { useState } from 'react'
|
||||
import { useNavigate } from 'react-router-dom'
|
||||
|
||||
import { toast } from 'react-toastify'
|
||||
import { useAuth } from './useAuth'
|
||||
import { MapOverlayPage} from '../Templates'
|
||||
|
||||
@ -1,8 +1,6 @@
|
||||
import { useEffect, useRef, useState } from 'react'
|
||||
import { Link, useNavigate } from 'react-router-dom'
|
||||
import ErrorText from '../Typography/ErrorText'
|
||||
import { TextInput } from '../Input/TextInput'
|
||||
import * as React from 'react'
|
||||
import { useEffect, useState } from 'react'
|
||||
import { useNavigate } from 'react-router-dom'
|
||||
|
||||
import { toast } from 'react-toastify'
|
||||
import { useAuth } from './useAuth'
|
||||
import { MapOverlayPage } from '../Templates'
|
||||
|
||||
@ -1,4 +1,3 @@
|
||||
import * as React from 'react'
|
||||
import { useQuestsOpen, useSetQuestOpen } from './hooks/useQuests';
|
||||
import { useAuth } from '../Auth';
|
||||
import { useEffect, useState } from 'react';
|
||||
|
||||
@ -1,6 +1,4 @@
|
||||
import { useCallback, useState } from 'react';
|
||||
|
||||
|
||||
import { createContext, useContext } from "react";
|
||||
import * as React from "react";
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user