add linter
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import React, {FormEvent, useState} from "react"
|
||||
import useAuthUser from "../../hooks/AuthUser"
|
||||
import Field from "../../components/Field";
|
||||
import useAxiosTools from "../../hooks/AxiosTools";
|
||||
import PageLayout from "../../components/PageLayout";
|
||||
import Card from "../../components/Card";
|
||||
import Field from "../../components/Field"
|
||||
import useAxiosTools from "../../hooks/AxiosTools"
|
||||
import PageLayout from "../../components/PageLayout"
|
||||
import Card from "../../components/Card"
|
||||
|
||||
const Profile = () => {
|
||||
|
||||
@@ -65,7 +65,7 @@ const Profile = () => {
|
||||
Longitude
|
||||
</Field>
|
||||
<div className="self-end">
|
||||
<button type="submit" className="btn-primary w-24 h-10">Valider</button>
|
||||
<button type="submit" className="btn-primary h-10 w-24">Valider</button>
|
||||
</div>
|
||||
</div>
|
||||
</form>}
|
||||
|
||||
Reference in New Issue
Block a user