Skip to content

Commit

Permalink
fix(files): missing RawLocation type import
Browse files Browse the repository at this point in the history
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
  • Loading branch information
skjnldsv authored Aug 30, 2024
1 parent 9345959 commit e8f68f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/files/src/components/DragAndDropNotice.vue
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@

<script lang="ts">
import type { Folder } from '@nextcloud/files'
import type { RawLocation } from 'vue-router'

import { Permission } from '@nextcloud/files'
import { showError } from '@nextcloud/dialogs'
Expand Down

0 comments on commit e8f68f3

Please sign in to comment.