Skip to content

Commit

Permalink
fix(dashboard): correct path's to command-button component
Browse files Browse the repository at this point in the history
  • Loading branch information
Satont committed May 31, 2024
1 parent 25c08a8 commit 4d4fd57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/dashboard/src/components/games/seppuku.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import Card from './card.vue'
import type { SeppukuGame } from '@/gql/graphql'
import { useGamesApi } from '@/api/games/games.js'
import CommandButton from '@/features/commands/components/command-button.vue'
import CommandButton from '@/features/commands/ui/command-button.vue'
const isModalOpened = ref(false)
Expand Down
2 changes: 1 addition & 1 deletion frontend/dashboard/src/components/games/voteban.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import type { VotebanGame } from '@/gql/graphql'
import { useGamesApi } from '@/api/games/games.js'
import { TagsInput, TagsInputInput, TagsInputItem, TagsInputItemDelete, TagsInputItemText } from '@/components/ui/tags-input'
import CommandButton from '@/features/commands/components/command-button.vue'
import CommandButton from '@/features/commands/ui/command-button.vue'
import { VoteBanGameVotingMode } from '@/gql/graphql'
const isModalOpened = ref(false)
Expand Down

0 comments on commit 4d4fd57

Please sign in to comment.