timeline: remove unused import

Signed-off-by: Varun Patil <radialapps@gmail.com>
pull/672/head
Varun Patil 2023-05-25 11:17:20 -07:00
parent b1f5884494
commit cfd1ba798e
1 changed files with 0 additions and 1 deletions

View File

@ -106,7 +106,6 @@ import { defineComponent } from 'vue';
import axios from '@nextcloud/axios';
import { showError } from '@nextcloud/dialogs';
import { subscribe, unsubscribe } from '@nextcloud/event-bus';
import { loadState } from '@nextcloud/initial-state';
import { getLayout } from '../services/Layout';
import { IDay, IFolder, IHeadRow, IPhoto, IRow, IRowType } from '../types';