mirror of
https://github.com/romancm/gamebrary
synced 2024-11-24 12:13:08 +00:00
Moved tag component inside tags folder
This commit is contained in:
parent
96ba4b1b77
commit
5ce73534bd
7 changed files with 6 additions and 6 deletions
|
@ -42,7 +42,7 @@
|
|||
</template>
|
||||
|
||||
<script>
|
||||
import Tag from '@/components/Tag/Tag';
|
||||
import Tag from '@/components/Tags/Tag';
|
||||
|
||||
export default {
|
||||
components: {
|
||||
|
|
|
@ -46,7 +46,7 @@
|
|||
<script>
|
||||
import GameRating from '@/components/GameDetail/GameRating';
|
||||
import GameCardUtils from '@/components/GameCards/GameCard';
|
||||
import Tag from '@/components/Tag/Tag';
|
||||
import Tag from '@/components/Tags/Tag';
|
||||
|
||||
export default {
|
||||
components: {
|
||||
|
|
|
@ -51,7 +51,7 @@
|
|||
<script>
|
||||
import GameRating from '@/components/GameDetail/GameRating';
|
||||
import GameCardUtils from '@/components/GameCards/GameCard';
|
||||
import Tag from '@/components/Tag/Tag';
|
||||
import Tag from '@/components/Tags/Tag';
|
||||
|
||||
export default {
|
||||
components: {
|
||||
|
|
|
@ -44,7 +44,7 @@
|
|||
|
||||
<script>
|
||||
import Panel from '@/components/Panel/Panel';
|
||||
import Tag from '@/components/Tag/Tag';
|
||||
import Tag from '@/components/Tags/Tag';
|
||||
import { mapState } from 'vuex';
|
||||
|
||||
export default {
|
||||
|
|
|
@ -76,7 +76,7 @@
|
|||
<script>
|
||||
import GameBoardActions from '@/components/GameBoard/GameBoardActions';
|
||||
import GameBoardPlaceholder from '@/components/GameBoard/GameBoardPlaceholder';
|
||||
import Tag from '@/components/Tag/Tag';
|
||||
import Tag from '@/components/Tags/Tag';
|
||||
import ListAdd from '@/components/Lists/ListAdd';
|
||||
import Panel from '@/components/Panel/Panel';
|
||||
import GameDetail from '@/pages/GameDetail';
|
||||
|
|
|
@ -59,7 +59,7 @@
|
|||
|
||||
<script>
|
||||
import { mapState, mapGetters } from 'vuex';
|
||||
import Tag from '@/components/Tag/Tag';
|
||||
import Tag from '@/components/Tags/Tag';
|
||||
import GameHeader from '@/components/GameDetail/GameHeader';
|
||||
import GameScreenshots from '@/components/GameDetail/GameScreenshots';
|
||||
import GameNotes from '@/components/GameNotes/GameNotes';
|
||||
|
|
Loading…
Reference in a new issue