Skip to content

Commit

Permalink
0.0.625
Browse files Browse the repository at this point in the history
  • Loading branch information
bahrus committed Dec 27, 2024
1 parent 0cbed3e commit 458abaa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { def } from 'trans-render/lib/def.js';
import { XtalElement } from './xtal-element.js';
export { XtalElement } from './xtal-element.js';
await XtalElement.bootUp();
def('xtal-element', XtalElement);
1 change: 1 addition & 0 deletions index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import {def} from 'trans-render/lib/def.js';
import {XtalElement} from './xtal-element.js';
export {XtalElement} from './xtal-element.js';

await XtalElement.bootUp();
def('xtal-element', XtalElement);

0 comments on commit 458abaa

Please sign in to comment.