feat: merge stores, fix auto navigation, split summary
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { createContext } from "react"
|
||||
|
||||
import type { DetailsStore } from "@/types/contexts/details"
|
||||
import type { DetailsStore } from "@/types/contexts/enter-details"
|
||||
|
||||
export const DetailsContext = createContext<DetailsStore | null>(null)
|
||||
|
||||
Reference in New Issue
Block a user