Skip to content

Commit 6a3b5e9

Browse files
committed
Commit missing esbuild file (!).
1 parent b44ccf9 commit 6a3b5e9

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

src/js/index.js

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
import './base.js';
2+
import './tabs.js';
3+
import './dropdown.js';
4+
import './tooltip.js';
5+
import './sidebar.js';
6+
import { toast, toastEl, toastClear } from './toast.js';
7+
8+
// Register the global window.ot.* APIs.
9+
const ot = window.ot || (window.ot = {});
10+
ot.toast = toast;
11+
ot.toast.el = toastEl;
12+
ot.toast.clear = toastClear;

0 commit comments

Comments
 (0)