Update create flow pages

This commit is contained in:
adilallo
2026-04-13 18:24:13 -06:00
parent a39b4aa04b
commit a0de78c020
66 changed files with 1028 additions and 538 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ import {
clearLegacyCreateFlowKeysOnce,
readAnonymousCreateFlowState,
writeAnonymousCreateFlowState,
} from "../anonymousDraftStorage";
} from "../utils/anonymousDraftStorage";
const CreateFlowContext = createContext<CreateFlowContextValue | null>(null);