quip / quip-apps

Quip Live Apps API for creating applications in Quip documents.
Apache License 2.0
107 stars 75 forks source link

Project Tracker references missing files #562

Open rickthomasjr opened 10 months ago

rickthomasjr commented 10 months ago

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";