Untitled
Anonymous
plain_text
06/03/2024 9:42 AM
308 B
16
Indexable
export const SET_CATEGORIES = 'SET_CATEGORIES'; export const SET_QUESTIONS = 'SET_QUESTIONS'; export const SETUP_QUIZ = 'SETUP_QUIZ'; export const ANSWER_QUESTION = 'ANSWER_QUESTION'; export const RESET_QUIZ = 'RESET_QUIZ';
Editor is loading...
Leave a Comment