2022-09-21 03:02:33 +00:00
|
|
|
import { SqProject } from "@quri/squiggle-lang/";
|
2022-04-07 17:26:47 +00:00
|
|
|
export { SquiggleChart } from "./components/SquiggleChart";
|
2022-08-27 17:46:43 +00:00
|
|
|
export { SquiggleEditor } from "./components/SquiggleEditor";
|
2022-06-24 03:43:30 +00:00
|
|
|
export { SquigglePlayground } from "./components/SquigglePlayground";
|
2022-06-09 20:57:45 +00:00
|
|
|
export { SquiggleContainer } from "./components/SquiggleContainer";
|
2022-09-21 03:02:33 +00:00
|
|
|
export const newProject = () => SqProject.create();
|