trailing slash?

This commit is contained in:
Quinn Dougherty 2022-07-28 10:37:00 -04:00
parent ff05685634
commit a536f1f4e1

View File

@ -25,7 +25,7 @@ import { SquiggleEditorWithImportedBindings } from "../../src/components/Squiggl
<SquiggleEditorImportedBindings
defaultCode={"f(z)"}
bindingsImportFile={"../../estimates/demo.squiggle"}
bindingsImportFile={"../../estimates/demo.squiggle/"}
/>;
```
@ -33,5 +33,5 @@ Which would then look exactly like
<SquiggleEditorWithImportedBindings
defaultCode={"f(z)"}
bindingsImportUrl={"../../estimates/demo.squiggle"}
bindingsImportUrl={"../../estimates/demo.squiggle/"}
/>