* feat: set up typed nag (validators) system * feat: start on frontend impl * fix: shouldShow issues * feat: continue work * feat: re add submitting/re-submit nags * feat: start work implementing validation checks using new nag system * fix: links page + add more validations * feat: tags validations * fix: lint issues * fix: lint * fix: issues * feat: start on i18nifying nags * feat: impl intl * fix: minecraft title clause update --------- Co-authored-by: Prospector <6166773+Prospector@users.noreply.github.com>
12 lines
372 B
TypeScript
12 lines
372 B
TypeScript
export * from './types/actions'
|
|
export * from './types/messages'
|
|
export * from './types/stage'
|
|
export * from './types/keybinds'
|
|
export * from './types/nags'
|
|
export * from './utils'
|
|
|
|
export * from './data/nags/index'
|
|
export { default as checklist } from './data/checklist'
|
|
export { default as keybinds } from './data/keybinds'
|
|
export { default as nags } from './data/nags'
|