add eslint
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
import React from "react";
|
||||
import {Link} from "react-router-dom";
|
||||
import useAuthUser from "../hooks/AuthUser";
|
||||
import React from "react"
|
||||
import {Link} from "react-router-dom"
|
||||
import useAuthUser from "../hooks/AuthUser"
|
||||
|
||||
const Header = () => {
|
||||
|
||||
const {authUser, logout} = useAuthUser()
|
||||
|
||||
return <header className="bg-blue-700 text-white py-3 px-5 text-xl flex justify-between">
|
||||
return <header className="flex justify-between py-3 px-5 bg-blue-700 text-white text-xl">
|
||||
<div>
|
||||
<Link to="/">Bermite</Link>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user