feat: better components
This commit is contained in:
6
client/src/lib/ui/daterangepicker/index.ts
Normal file
6
client/src/lib/ui/daterangepicker/index.ts
Normal file
@ -0,0 +1,6 @@
|
||||
import Root from "./daterangepicker.svelte";
|
||||
|
||||
export {
|
||||
Root,
|
||||
Root as DateRangePicker
|
||||
};
|
Reference in New Issue
Block a user