Skip to content

Commit

Permalink
fix: export grids
Browse files Browse the repository at this point in the history
  • Loading branch information
6eDesign committed Sep 22, 2021
1 parent 887907a commit 41e8612
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,15 @@ import Crossfade from './components/generic/crossfade/Crossfade.svelte';
import CrossfadeProvider from './components/generic/crossfade/CrossfadeProvider.svelte';
import Swappable from './components/generic/Swappable.svelte';
import Scrollable from './components/generic/Scrollable.svelte';
import InfiniteGrid from './components/generic/InfiniteGrid.svelte';
import FiniteGrid from './components/generic/FiniteGrid.svelte';
import * as themes from './config/theme';

export {
Datepicker,
InlineCalendar,
InfiniteGrid,
FiniteGrid,
Popover,
Calendar,
Crossfade,
Expand Down

0 comments on commit 41e8612

Please sign in to comment.