From 5883d42d800c7b444c59d626bcaa5abca7dc83d0 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Tue, 19 Oct 2021 10:56:52 -0300 Subject: add template from merchant backoffice --- packages/anastasis-webui/src/routes/notfound/index.tsx | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 packages/anastasis-webui/src/routes/notfound/index.tsx (limited to 'packages/anastasis-webui/src/routes/notfound/index.tsx') diff --git a/packages/anastasis-webui/src/routes/notfound/index.tsx b/packages/anastasis-webui/src/routes/notfound/index.tsx deleted file mode 100644 index 444e03d44..000000000 --- a/packages/anastasis-webui/src/routes/notfound/index.tsx +++ /dev/null @@ -1,17 +0,0 @@ -import { FunctionalComponent, h } from 'preact'; -import { Link } from 'preact-router/match'; -import style from './style.css'; - -const Notfound: FunctionalComponent = () => { - return ( -
-

Error 404

-

That page doesn't exist.

- -

Back to Home

- -
- ); -}; - -export default Notfound; -- cgit v1.2.3