Update team_utils imports

This commit is contained in:
Andrew Bastin
2021-05-06 12:21:53 -04:00
parent 84f8048e0a
commit 531a9c0bc8
11 changed files with 11 additions and 11 deletions

View File

@@ -39,7 +39,7 @@
<script>
import { fb } from "~/helpers/fb"
import { getSettingSubject } from "~/newstore/settings"
import team_utils from "~/helpers/teams/utils"
import * as team_utils from "~/helpers/teams/utils"
export default {
props: {

View File

@@ -39,7 +39,7 @@
<script>
import { fb } from "~/helpers/fb"
import { getSettingSubject } from "~/newstore/settings"
import team_utils from "~/helpers/teams/utils"
import * as team_utils from "~/helpers/teams/utils"
export default {
props: {

View File

@@ -39,7 +39,7 @@
<script>
import { fb } from "~/helpers/fb"
import { getSettingSubject } from "~/newstore/settings"
import team_utils from "~/helpers/teams/utils"
import * as team_utils from "~/helpers/teams/utils"
export default {
props: {

View File

@@ -39,7 +39,7 @@
<script>
import { fb } from "~/helpers/fb"
import { getSettingSubject } from "~/newstore/settings"
import team_utils from "~/helpers/teams/utils"
import * as team_utils from "~/helpers/teams/utils"
export default {
props: {

View File

@@ -173,7 +173,7 @@
<script>
import { fb } from "~/helpers/fb"
import { getSettingSubject } from "~/newstore/settings"
import team_utils from "~/helpers/teams/utils"
import * as team_utils from "~/helpers/teams/utils"
import gql from "graphql-tag"
export default {

View File

@@ -166,7 +166,7 @@
<script>
import { fb } from "~/helpers/fb"
import { getSettingSubject } from "~/newstore/settings"
import team_utils from "~/helpers/teams/utils"
import * as team_utils from "~/helpers/teams/utils"
export default {
data() {

View File

@@ -62,7 +62,7 @@
<script>
import { fb } from "~/helpers/fb"
import { getSettingSubject } from "~/newstore/settings"
import team_utils from "~/helpers/teams/utils"
import * as team_utils from "~/helpers/teams/utils"
export default {
props: {

View File

@@ -40,7 +40,7 @@
<script>
import { fb } from "~/helpers/fb"
import { getSettingSubject } from "~/newstore/settings"
import team_utils from "~/helpers/teams/utils"
import * as team_utils from "~/helpers/teams/utils"
export default {
props: {

View File

@@ -43,7 +43,7 @@
</template>
<script>
import team_utils from "~/helpers/teams/utils"
import * as team_utils from "~/helpers/teams/utils"
export default {
props: {

View File

@@ -161,7 +161,7 @@
</template>
<script>
import team_utils from "~/helpers/teams/utils"
import * as team_utils from "~/helpers/teams/utils"
import gql from "graphql-tag"
export default {

View File

@@ -60,7 +60,7 @@ ul li {
</style>
<script>
import team_utils from "~/helpers/teams/utils"
import * as team_utils from "~/helpers/teams/utils"
export default {
props: {