add eslint
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import React from "react";
|
||||
import useAuthUser from "../../hooks/AuthUser";
|
||||
import PageLayout from "../../components/PageLayout";
|
||||
import React from "react"
|
||||
import useAuthUser from "../../hooks/AuthUser"
|
||||
import PageLayout from "../../components/PageLayout"
|
||||
|
||||
const Profile = () => {
|
||||
|
||||
@@ -8,9 +8,9 @@ const Profile = () => {
|
||||
|
||||
return <PageLayout>
|
||||
<div className="flex justify-between">
|
||||
<h1 className="text-lg font-bold mb-5">Profile de l'utilisateur</h1>
|
||||
<h1 className="mb-5 text-lg font-bold">Profile de l'utilisateur</h1>
|
||||
<div>
|
||||
<button onClick={logout} className="btn-primary text-lg font-bold">Se déconnecter</button>
|
||||
<button type="button" onClick={logout} className="btn-primary text-lg font-bold">Se déconnecter</button>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user