Skip to content

Commit

Permalink
removed unsused import
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajandeep98 committed Feb 6, 2024
1 parent 9e6802b commit 34f8dfe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions apps/application-status/pages/sprints/[team].vue
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,7 @@ import { PageInfo, TeamSprints } from '../../interface/interfaces'
import { getReleases } from '../../composables/getReleases'
import teamName from '../../enums/teamNames'
import formatDate from '../../helper/formatDate'
import EachTeamLegend from '~/components/EachTeamLegend.vue'
export default {
components: { EachTeamLegend },
data () {
const route = useRoute()
const teamName = route.params.team
Expand Down

0 comments on commit 34f8dfe

Please sign in to comment.