Skip to content

Commit

Permalink
chore: move folders to fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
WDaan committed Jul 4, 2022
1 parent f6c0694 commit 5dc500f
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 7 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test-build.yml
Expand Up @@ -8,8 +8,6 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v2
with:
ref: 'release-please--branches--master'
- name: Setup Node.js
uses: actions/setup-node@v2
with:
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions src/components/Settings/Tabs/Rss.vue
Expand Up @@ -26,9 +26,9 @@
</template>

<script>
import General from './Rss/General'
import Feeds from './Rss/Feeds'
import Rules from './Rss/Rules'
import General from '../Rss/General'
import Feeds from '../Rss/Feeds'
import Rules from '../Rss/Rules'
import { FullScreenModal } from '@/mixins'
export default {
Expand Down
4 changes: 2 additions & 2 deletions src/components/Settings/Tabs/VueTorrent.vue
Expand Up @@ -20,8 +20,8 @@
</template>

<script>
import General from './VueTorrent/General'
import Dashboard from './VueTorrent/Dashboard'
import General from '../VueTorrent/General'
import Dashboard from '../VueTorrent/Dashboard.vue'
import { FullScreenModal } from '@/mixins'
export default {
Expand Down

0 comments on commit 5dc500f

Please sign in to comment.