|
|
@ -1,8 +1,7 @@ |
|
|
|
import { useEffect, useState } from 'react'; |
|
|
|
import { Box, styled } from '@mui/material'; |
|
|
|
import { useRouter } from 'next/router'; |
|
|
|
|
|
|
|
import Head from 'next/head'; |
|
|
|
import Head from 'next/head'; |
|
|
|
import { Box } from '@mui/material'; |
|
|
|
import { useRouter } from 'next/router'; |
|
|
|
import { styled } from '@mui/material/styles'; |
|
|
|
import { useEffect, useState } from 'react'; |
|
|
|
|
|
|
|
|
|
|
|
import { FullSize, Preview } from '../../components/Display'; |
|
|
|
import { FullSize, Preview } from '../../components/Display'; |
|
|
|
import Header from '../../components/Header'; |
|
|
|
import Header from '../../components/Header'; |
|
|
|