Dependencies updated & small enhancements (#27)
* Dependencies updated and imports shortened * Head tags refactored * Final tweaks
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { ColorModeScript } from "@chakra-ui/color-mode";
|
||||
import Document, { Html, Head, Main, NextScript } from "next/document";
|
||||
import theme from "../theme";
|
||||
import theme from "@theme";
|
||||
|
||||
export default class MyDocument extends Document {
|
||||
render() {
|
||||
|
||||
Reference in New Issue
Block a user