mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-21 14:49:07 +00:00
not found lint
This commit is contained in:
parent
c937594564
commit
6193d65bd0
@ -3,7 +3,6 @@ import Route from 'Common/Types/API/Route';
|
||||
import Link from 'CommonUI/src/Components/Link/Link';
|
||||
|
||||
const LoginPage: FunctionComponent = () => {
|
||||
|
||||
return (
|
||||
<div className="auth-page">
|
||||
<div className="container-fluid p-0">
|
||||
@ -21,7 +20,7 @@ const LoginPage: FunctionComponent = () => {
|
||||
</h5>
|
||||
<p className="text-muted mt-2 mb-0">
|
||||
Page you're looking for is
|
||||
not found.{' '}
|
||||
not found.{' '} <br/> <br/> <br/>
|
||||
</p>
|
||||
<p className="text-muted mb-0">
|
||||
Don't have an account?{' '}
|
||||
|
Loading…
Reference in New Issue
Block a user