@djcali570/component-lib 0.1.7 → 0.1.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +2 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -8,4 +8,5 @@ import Chart5 from "./Chart5.svelte";
|
|
|
8
8
|
import AdminPanel5 from "./AdminPanel5.svelte";
|
|
9
9
|
import BottomSheet5 from "./BottomSheet5.svelte";
|
|
10
10
|
import Dialog5 from "./Dialog5.svelte";
|
|
11
|
-
|
|
11
|
+
import Checkbox5 from "./Checkbox5.svelte";
|
|
12
|
+
export { DatePicker5, Input5, DropDown5, TimePicker5, Accordion5, Chart5, AdminPanel5, BottomSheet5, Dialog5, Checkbox5 };
|