mirror of
https://github.com/Steffo99/sophon.git
synced 2024-12-22 06:44:21 +00:00
🧹 Remove unused interface
This commit is contained in:
parent
c92a105686
commit
cfb7eae850
1 changed files with 1 additions and 6 deletions
|
@ -6,12 +6,7 @@ import * as React from "react"
|
|||
import {useAuthorizationContext} from "../../contexts/authorization"
|
||||
|
||||
|
||||
export interface AuthorizationLogoutBoxProps {
|
||||
|
||||
}
|
||||
|
||||
|
||||
export function AuthorizationLogoutBox({}: AuthorizationLogoutBoxProps): JSX.Element {
|
||||
export function AuthorizationLogoutBox(): JSX.Element {
|
||||
const authorization = useAuthorizationContext()
|
||||
|
||||
const loggedUsername = React.useMemo(
|
||||
|
|
Loading…
Reference in a new issue