Skip to content

Commit

Permalink
Rename repl.js to site.js
Browse files Browse the repository at this point in the history
  • Loading branch information
rtfeldman committed Nov 10, 2023
1 parent 729f436 commit 9c704b1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/wip_new_website/content/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
<textarea aria-label="Input Roc code here, then press Enter to submit it to the REPL" rows="5" id="source-input" placeholder="Type some Roc code and press Enter."></textarea>
</div>
</div>
<script type="module" src="/wip/repl.js"></script>
<script type="module" src="/wip/site.js"></script>
</section>

## [Examples](#examples) {#examples}
Expand Down
File renamed without changes.

0 comments on commit 9c704b1

Please sign in to comment.