import { DynamicSquiggleEditorWithImportedBindings as SquiggleEditor } from "../components/DynamicSquiggleEditorWithImportedBindings" # Squiggle demonstration We can enter in arbitrary, live squiggle code in the `defaultCode` argument of our `SquiggleEditor` component. We can also import assignments from files that live in `/public/estimates/` of the repo. Files you import for bindings have to consist only of assignments: they cannot end in an expression, unless that expression is a record.