diff --git a/frontend/pages/_app.js b/frontend/pages/_app.js index c59df432..7f5d6302 100644 --- a/frontend/pages/_app.js +++ b/frontend/pages/_app.js @@ -1,6 +1,4 @@ -/** @jsx jsx */ -import { jsx } from "@emotion/react"; -import { useEffect, useState } from "react"; +import { React, useEffect, useState } from "react"; import "/styles/styles.css"; import "/styles/nprogress.css"; import "/styles/sidebar.css";