feat: add a component for changing days (#48)
This commit is contained in:
@@ -2,9 +2,9 @@ import React from 'react';
|
||||
import { Text, Button, Center, VStack, Heading } from '@chakra-ui/react';
|
||||
import { Link } from 'react-router-dom';
|
||||
import { Player } from '@lottiefiles/react-lottie-player';
|
||||
import { useTranslation } from 'react-i18next';
|
||||
|
||||
import animate from '../../assets/animation/notFound.json';
|
||||
import { useTranslation } from 'react-i18next';
|
||||
|
||||
const NotFound = () => {
|
||||
const { t } = useTranslation('~', {
|
||||
|
||||
Reference in New Issue
Block a user