chore: trying to fix build

This commit is contained in:
Daan Wijns 2022-07-04 14:17:36 +02:00
parent abe909e14d
commit 03157b0d01
6 changed files with 8 additions and 9 deletions

View file

@ -1,8 +1,7 @@
name: Test Release Build
on:
push:
branches:
- release-please--branches--master
workflow_dispatch:
jobs:
test-build:
runs-on: ubuntu-latest

View file

@ -26,13 +26,13 @@
</template>
<script>
import General from './Rss/General'
import Feeds from './Rss/Feeds'
import Rules from './Rss/Rules'
import General from '../Rss/General.vue'
import Feeds from '../Rss/Feeds.vue'
import Rules from '../Rss/Rules.vue'
import { FullScreenModal } from '@/mixins'
export default {
name: 'VueTorrent',
name: 'Rss',
components: {
General, Feeds, Rules
},

View file

@ -20,8 +20,8 @@
</template>
<script>
import General from './Vuetorrent/General'
import Dashboard from './Vuetorrent/Dashboard'
import General from '../VueTorrent/General.vue'
import Dashboard from '../VueTorrent/Dashboard.vue'
import { FullScreenModal } from '@/mixins'
export default {