Skip to content

Commit

Permalink
🐛 Fixed a bug where the wrong file was imported in the component entry.
Browse files Browse the repository at this point in the history
  • Loading branch information
hayleigh-dot-dev committed Sep 24, 2024
1 parent 10452a0 commit b350905
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions priv/template/component-entry.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { register } from '../dev/javascript/lustre/client-component.ffi.mjs';
import { make_lustre_client_component } from '../dev/javascript/lustre/lustre.ffi.mjs';
import { name, {component_name} as component } from '../dev/javascript/{app_name}/{module_path}.mjs';

register(component(), name);
make_lustre_client_component(component(), name);

0 comments on commit b350905

Please sign in to comment.