mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-18 06:54:15 +00:00
Remove unused context
This commit is contained in:
parent
f10808bc3a
commit
9c44e6361a
@ -1,19 +0,0 @@
|
|||||||
import React from "react"
|
|
||||||
|
|
||||||
export const DefaultReleaseEditorState = {
|
|
||||||
cover: null,
|
|
||||||
title: "Untitled",
|
|
||||||
type: "single",
|
|
||||||
public: false,
|
|
||||||
|
|
||||||
items: [],
|
|
||||||
pendingUploads: [],
|
|
||||||
|
|
||||||
setCustomPage: () => {},
|
|
||||||
}
|
|
||||||
|
|
||||||
export const ReleaseEditorStateContext = React.createContext(
|
|
||||||
DefaultReleaseEditorState,
|
|
||||||
)
|
|
||||||
|
|
||||||
export default ReleaseEditorStateContext
|
|
Loading…
x
Reference in New Issue
Block a user