Skip to content

Commit 5ec0033

Browse files
committed
fix imports
1 parent 0c867ca commit 5ec0033

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/Events/LoadingScreen/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { useParams, useLocation, useNavigate } from 'react-router-dom';
33
import { useQuery } from 'react-query';
44
import { Heading, Box, VStack, Progress, Link } from '@chakra-ui/react';
55
import { Profile } from '../../../types/profile';
6-
import { toastError } from '../../../utils/toast';
6+
import { toastError, toastSuccess } from '../../../utils/toast';
77
import axiosInstance from '../../../api';
88

99
const LoadingScreen = (): JSX.Element => {

0 commit comments

Comments
 (0)