1
0
mirror of https://github.com/ragestudio/comty.git synced 2025-06-26 19:04:15 +00:00

9 lines
208 B
JavaScript

import React from "react"
const RegisterNewTagStepsDefaultContext = {
next: () => { },
prev: () => { },
submit: () => { },
}
export default React.createContext(RegisterNewTagStepsDefaultContext)