Main.jsx imports a number of classes from a 'shared' folder that no longer appears in this repository. As a result, I'm unable to build the project.
Examples:
import {DefaultCardRenderer} from "../../../shared/table-view/DefaultCardRenderer.js";
import {toJSON} from "../../../shared/table-view/model.js";
Main.jsx imports a number of classes from a 'shared' folder that no longer appears in this repository. As a result, I'm unable to build the project.
Examples:
import {DefaultCardRenderer} from "../../../shared/table-view/DefaultCardRenderer.js";import {toJSON} from "../../../shared/table-view/model.js";