mirror of
https://github.com/Xevion/xevion.dev.git
synced 2025-12-10 12:09:15 -06:00
Fix key/unescaped entities
This commit is contained in:
@@ -2,8 +2,7 @@ import {NextPage} from "next";
|
||||
import AppWrapper from "../components/AppWrapper";
|
||||
|
||||
const ProjectsPage: NextPage = () => {
|
||||
return <AppWrapper>
|
||||
</AppWrapper>
|
||||
return <AppWrapper />;
|
||||
}
|
||||
|
||||
export default ProjectsPage;
|
||||
Reference in New Issue
Block a user