src/store/Modes2d.js (
7
lines of code) (
raw
):
/* * Copyright 2021 EPAM Systems, Inc. (https://www.epam.com/) * SPDX-License-Identifier: Apache-2.0 */ const Modes2d = { NA: -1, SAGGITAL: 0, CORONAL: 1, TRANSVERSE: 2, }; export default Modes2d;