mirror of
https://github.com/umami-software/umami.git
synced 2025-12-06 01:18:00 +01:00
Accounts and login.
This commit is contained in:
parent
f3f0ad15f2
commit
49a55b40b4
22 changed files with 347 additions and 172 deletions
|
|
@ -1,10 +1,10 @@
|
|||
import React from 'react';
|
||||
import Layout from 'components/layout';
|
||||
import Layout from 'components/Layout';
|
||||
|
||||
export default function Custom404() {
|
||||
return (
|
||||
<Layout title="404 - Page Not Found">
|
||||
<h1>oops</h1>
|
||||
<Layout>
|
||||
<h1>oops! not found</h1>
|
||||
</Layout>
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue