Skip to content

Commit

Permalink
reorganised file structure
Browse files Browse the repository at this point in the history
  • Loading branch information
BabyElias committed Aug 21, 2024
1 parent 4e1c3b9 commit cb0d3ae
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lib/KTable/KTableGridItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<script>
import { DATA_TYPE_NUMERIC } from '../composables/useSorting';
import { DATA_TYPE_NUMERIC } from './useSorting';
export default {
name: 'KTableGridItem',
Expand Down
6 changes: 1 addition & 5 deletions lib/KTable/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,7 @@
<script>
import { ref, computed, watch } from '@vue/composition-api';
import useSorting, {
SORT_ORDER_ASC,
SORT_ORDER_DESC,
DATA_TYPE_OTHERS,
} from '../composables/useSorting';
import useSorting, { SORT_ORDER_ASC, SORT_ORDER_DESC, DATA_TYPE_OTHERS } from './useSorting';
import KTableGridItem from './KTableGridItem.vue';
export default {
Expand Down
File renamed without changes.

0 comments on commit cb0d3ae

Please sign in to comment.