mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 02:54:15 +00:00
9 lines
208 B
JavaScript
9 lines
208 B
JavaScript
import React from "react"
|
|
|
|
const RegisterNewTagStepsDefaultContext = {
|
|
next: () => { },
|
|
prev: () => { },
|
|
submit: () => { },
|
|
}
|
|
|
|
export default React.createContext(RegisterNewTagStepsDefaultContext) |