refactor: remove unused news data and simplify NewsContextProperties type
This commit is contained in:
@@ -9,7 +9,7 @@ import {
|
||||
|
||||
import type { ModalProperties } from '~/components/popup/success-modal'
|
||||
|
||||
export type NewsContextProperties = {
|
||||
type NewsContextProperties = {
|
||||
isLoginOpen: boolean
|
||||
setIsLoginOpen: Dispatch<SetStateAction<boolean>>
|
||||
isRegisterOpen: boolean
|
||||
|
||||
Reference in New Issue
Block a user