Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Commit

Permalink
♻️ move to folder
Browse files Browse the repository at this point in the history
  • Loading branch information
chanlito committed Dec 27, 2018
1 parent 847bd1b commit 544ce52
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/VCard.tsx → src/VCard/VCard.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
import { ofType } from 'vue-tsx-support';
import { VCard } from 'vuetify/lib';

import { Colorable, Disableable, Measurable, Rippleable, Routable } from './types';
import {
Colorable,
Disableable,
Measurable,
Rippleable,
Routable,
} from '../types';

export default ofType<Props>().convert(VCard as any);

Expand Down
1 change: 1 addition & 0 deletions src/VCard/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export { default } from './VCard';

0 comments on commit 544ce52

Please sign in to comment.