Add: background

This commit is contained in:
2022-04-06 10:35:13 +08:00
parent 9907163234
commit c9b7f9024c
4 changed files with 24 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
import Link from "next/link";
import Head from "next/head";
import styles from "../styles/Home.module.css";
import Background from "../components/Background";
import {
Box,
@@ -27,6 +28,7 @@ const theme = createTheme({
function MyApp({ Component, pageProps }) {
return (
<ThemeProvider theme={theme}>
<Background />
<Container
sx={{
p: 3,