mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-21 04:01:41 +10:00
feat(resume): ✨ implement resume locking feature
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
import { SectionKey } from "@reactive-resume/schema";
|
||||
import { create } from "zustand";
|
||||
|
||||
export type DialogName = "resume" | "import" | "two-factor" | SectionKey;
|
||||
export type DialogName = "resume" | "lock" | "import" | "two-factor" | SectionKey;
|
||||
|
||||
export type DialogMode = "create" | "update" | "duplicate" | "delete";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user