checkout panel create

This commit is contained in:
고동영
2024-03-05 18:22:22 +09:00
parent a1a1e9891c
commit 410262ac1e
14 changed files with 799 additions and 18 deletions

View File

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