Update paths
This commit is contained in:
parent
d6723af27f
commit
1eb221bd5b
2 changed files with 3 additions and 3 deletions
|
|
@ -7,7 +7,7 @@ import { v4 as uuidv4 } from 'uuid'
|
||||||
import clonedeep from 'lodash.clonedeep'
|
import clonedeep from 'lodash.clonedeep'
|
||||||
|
|
||||||
import ErrorSection from '~components/ErrorSection'
|
import ErrorSection from '~components/ErrorSection'
|
||||||
import Party from '~components/party/Party'
|
import Party from '~components/team/Party'
|
||||||
import NewHead from '~components/NewHead'
|
import NewHead from '~components/NewHead'
|
||||||
|
|
||||||
import api from '~utils/api'
|
import api from '~utils/api'
|
||||||
|
|
|
||||||
|
|
@ -2,9 +2,9 @@ import React, { useEffect, useState } from 'react'
|
||||||
import { useRouter } from 'next/router'
|
import { useRouter } from 'next/router'
|
||||||
import { serverSideTranslations } from 'next-i18next/serverSideTranslations'
|
import { serverSideTranslations } from 'next-i18next/serverSideTranslations'
|
||||||
|
|
||||||
import Party from '~components/party/Party'
|
import Party from '~components/team/Party'
|
||||||
import ErrorSection from '~components/ErrorSection'
|
import ErrorSection from '~components/ErrorSection'
|
||||||
import PartyHead from '~components/party/PartyHead'
|
import PartyHead from '~components/team/PartyHead'
|
||||||
|
|
||||||
import api from '~utils/api'
|
import api from '~utils/api'
|
||||||
import elementEmoji from '~utils/elementEmoji'
|
import elementEmoji from '~utils/elementEmoji'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue