Skip to content

Commit 7976586

Browse files
committed
moving the filmstrip example
1 parent 712cbb8 commit 7976586

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/examples.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import checkbox from 'componentsdir/checkbox/examples/checkboxes.vue';
99
import chip from 'componentsdir/chip/examples/Chip.vue';
1010
import choreographer from 'componentsdir/choreographer/examples/Choreographer.vue';
1111
import container from 'componentsdir/container/examples/Container.vue';
12+
import filmstrip from 'componentsdir/filmstrip/examples/Filmstrip.vue';
1213
import formGroup from 'componentsdir/formGroup/examples/FormGroup.vue';
1314
import fulfillmentTile from 'componentsdir/fulfillmentTile/examples/FulfillmentTile.vue';
1415
import grid from 'componentsdir/grid/examples/Grid.vue';
@@ -45,7 +46,6 @@ import toggleButton from 'componentsdir/toggleButton/examples/ToggleButton.vue';
4546
import cdrSwitch from 'componentsdir/switch/examples/Switch.vue'; // Can't name it switch because it's a JS keyword
4647
import tooltip from 'componentsdir/tooltip/examples/Tooltip.vue';
4748
import utility from '../styles/settings/examples/utility.vue';
48-
import filmstrip from 'componentsdir/filmstrip/examples/Filmstrip.vue';
4949

5050
export default {
5151
abstract,
@@ -59,6 +59,7 @@ export default {
5959
chip,
6060
choreographer,
6161
container,
62+
filmstrip,
6263
fulfillmentTile,
6364
formGroup,
6465
grid,
@@ -95,5 +96,4 @@ export default {
9596
cdrSwitch,
9697
tooltip,
9798
utility,
98-
filmstrip,
9999
};

0 commit comments

Comments
 (0)