Skip to content

Commit

Permalink
Add js
Browse files Browse the repository at this point in the history
  • Loading branch information
willnode committed Jul 27, 2024
1 parent c96499e commit d584346
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pages/admin/view/[view]/builder.astro
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ let schema =

<Layout title="New View">
<BuilderView id={id} schema={schema} client:only="react" />
</Layout>
<script type="module" src="/component-client.js"></script>
</Layout>


0 comments on commit d584346

Please sign in to comment.