1
0
mirror of https://github.com/ragestudio/comty.git synced 2025-06-24 09:54:16 +00:00

9 lines
208 B
JavaScript

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