패널리듀서 원복

This commit is contained in:
고동영
2024-03-05 18:27:11 +09:00
parent 914921de31
commit b66b396803

View File

@@ -2,7 +2,7 @@ import { types } from "../actions/actionTypes";
import { panel_names } from "../utils/Config";
const initialState = {
panels: [{ name: panel_names.CHECKOUT_PANEL }],
panels: [],
isModalOpen: false,
};