Skip to content

Commit

Permalink
Updated test data
Browse files Browse the repository at this point in the history
  • Loading branch information
gwinnem committed Feb 6, 2024
1 parent af62b28 commit 4be8d6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sandbox/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@

<script lang="ts" setup>
import {computed, nextTick, onBeforeUnmount, onMounted, ref, Ref, UnwrapRef} from 'vue';
import {testDataOne as testData} from './test';
import {testDataTwo as testData} from './test';
import GridLayout from '../src/components/Grid/GridLayout.vue';
import GridItem from '../src/components/Grid/GridItem.vue';
import {ILayoutItem, TLayout} from "@/components/Grid/layout-definition";
Expand Down

0 comments on commit 4be8d6f

Please sign in to comment.