feat: make steps of enter details flow dynamic depending on data
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
import { createDetailsStore } from "@/stores/details"
|
||||
|
||||
export type DetailsStore = ReturnType<typeof createDetailsStore>
|
||||
@@ -0,0 +1,3 @@
|
||||
import { createStepsStore } from "@/stores/steps"
|
||||
|
||||
export type StepsStore = ReturnType<typeof createStepsStore>
|
||||
Reference in New Issue
Block a user