[WIP] Add Claim Request
This commit is contained in:
@@ -4,10 +4,10 @@ import { Link as RouterLink } from 'react-router-dom';
|
||||
import { styled } from '@mui/material/styles';
|
||||
import { Box, Button, Typography, Container } from '@mui/material';
|
||||
// components
|
||||
import Page from '../components/Page';
|
||||
import { MotionContainer, varBounce } from '../components/animate';
|
||||
import Page from '@/components/Page';
|
||||
import { MotionContainer, varBounce } from '@/components/animate';
|
||||
// assets
|
||||
import { PageNotFoundIllustration } from '../assets';
|
||||
import { PageNotFoundIllustration } from '@/assets';
|
||||
|
||||
// ----------------------------------------------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user