diff options
| author | Sebastian <sebasjm@gmail.com> | 2021-10-19 10:56:52 -0300 |
|---|---|---|
| committer | Sebastian <sebasjm@gmail.com> | 2021-10-19 11:05:32 -0300 |
| commit | 5883d42d800c7b444c59d626bcaa5abca7dc83d0 (patch) | |
| tree | ac42ad7b9e26c4dd2145a31101305884906a543e /packages/anastasis-webui/src/routes/notfound | |
| parent | 269022a526b670d602ca146f4df02850983bb72e (diff) | |
add template from merchant backoffice
Diffstat (limited to 'packages/anastasis-webui/src/routes/notfound')
| -rw-r--r-- | packages/anastasis-webui/src/routes/notfound/index.tsx | 17 | ||||
| -rw-r--r-- | packages/anastasis-webui/src/routes/notfound/style.css | 4 |
2 files changed, 0 insertions, 21 deletions
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 ( - <div class={style.notfound}> - <h1>Error 404</h1> - <p>That page doesn't exist.</p> - <Link href="/"> - <h4>Back to Home</h4> - </Link> - </div> - ); -}; - -export default Notfound; diff --git a/packages/anastasis-webui/src/routes/notfound/style.css b/packages/anastasis-webui/src/routes/notfound/style.css deleted file mode 100644 index 3b4932804..000000000 --- a/packages/anastasis-webui/src/routes/notfound/style.css +++ /dev/null @@ -1,4 +0,0 @@ -.notfound { - padding: 0 5%; - margin: 100px 0; -}
\ No newline at end of file |
