mirror of
https://github.com/Steffo99/sophon.git
synced 2024-12-22 14:54:22 +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"
|
import {useAuthorizationContext} from "../../contexts/authorization"
|
||||||
|
|
||||||
|
|
||||||
export interface AuthorizationLogoutBoxProps {
|
export function AuthorizationLogoutBox(): JSX.Element {
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
export function AuthorizationLogoutBox({}: AuthorizationLogoutBoxProps): JSX.Element {
|
|
||||||
const authorization = useAuthorizationContext()
|
const authorization = useAuthorizationContext()
|
||||||
|
|
||||||
const loggedUsername = React.useMemo(
|
const loggedUsername = React.useMemo(
|
||||||
|
|
Loading…
Reference in a new issue