ednl-liftstatus-web-components
Version:
The EDNL LiftStatus web components
7 lines (6 loc) • 351 B
JavaScript
import { createStore } from "@stencil/store";
import statusCodes from "./status-codes.json";
const { state: statusCodesState } = createStore(Object.assign({}, statusCodes));
// This file simply populates the data from status-codes.json into a store and exports the state
export default statusCodesState;
//# sourceMappingURL=status-codes.store.js.map