chore(striker-ui): reorder imports in /server page

This commit is contained in:
Tsu-ba-me 2023-07-19 21:01:59 -04:00 committed by digimer
parent 57e52f29bf
commit 652cce4efc

View File

@ -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';