fix: loading

This commit is contained in:
DarkSky
2022-12-22 20:08:42 +08:00
parent c80d4a8d35
commit 20b85ef980
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import { Modal, ModalWrapper, ModalCloseButton } from '@/ui/modal';
import { StyledButtonWrapper, StyledTitle } from './styles';
import { Button } from '@/ui/button';
import { Wrapper, Content } from '@/ui/layout';
import { Loading } from '@/components/loading';
import Loading from '@/components/loading';
import { useEffect, useState } from 'react';
type ImportModalProps = {
open: boolean;
+1 -1
View File
@@ -1,5 +1,5 @@
import { displayFlex, styled } from '@/styles';
import { Loading } from '@/components/loading';
import Loading from '@/components/loading';
import Modal from '@/ui/modal';
import { useState } from 'react';
import { Button } from '@/ui/button';