feat: update front layout

This commit is contained in:
Maël Gangloff
2024-07-26 18:31:47 +02:00
parent a15c1b2c2f
commit 467d0efa1c
13 changed files with 272 additions and 177 deletions

View File

@@ -1,4 +1,4 @@
import {Button, Result} from "antd";
import {Result} from "antd";
import React from "react";
@@ -7,6 +7,5 @@ export default function NotFoundPage() {
status="404"
title="404"
subTitle="Sorry, the page you visited does not exist."
extra={<Button type="primary">Back Home</Button>}
/>
}