More migration

pull/37/head
Varun Patil 2022-09-12 19:06:35 -07:00
parent 6e14dd59b5
commit 211846973e
2 changed files with 3 additions and 1 deletions

View File

@ -40,7 +40,7 @@ input[type=text] {
</style>
<script lang="ts">
import { Component, Mixins, Vue } from 'vue-property-decorator';
import { Component, Mixins } from 'vue-property-decorator';
import UserConfig from '../mixins/UserConfig'
@Component({

View File

@ -41,6 +41,8 @@ export interface IFolder extends IPhoto {
path: string;
/** FileInfos for preview images */
previewFileInfos?: IFileInfo[];
/** Name of folder */
name: string;
}
export type IRow = {