Move components

This commit is contained in:
Justin Edmund 2023-04-12 05:57:33 -07:00
parent 65590e86ab
commit 53baba5bd7
8 changed files with 4 additions and 4 deletions

View file

@ -21,7 +21,7 @@ import GridRep from '~components/GridRep'
import GridRepCollection from '~components/GridRepCollection' import GridRepCollection from '~components/GridRepCollection'
import ErrorSection from '~components/ErrorSection' import ErrorSection from '~components/ErrorSection'
import FilterBar from '~components/FilterBar' import FilterBar from '~components/FilterBar'
import ProfileHead from '~components/ProfileHead' import ProfileHead from '~components/head/ProfileHead'
import type { AxiosError } from 'axios' import type { AxiosError } from 'axios'
import type { NextApiRequest, NextApiResponse } from 'next' import type { NextApiRequest, NextApiResponse } from 'next'

View file

@ -8,7 +8,7 @@ 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/party/Party'
import NewHead from '~components/NewHead' import NewHead from '~components/head/NewHead'
import api from '~utils/api' import api from '~utils/api'
import fetchLatestVersion from '~utils/fetchLatestVersion' import fetchLatestVersion from '~utils/fetchLatestVersion'

View file

@ -22,7 +22,7 @@ import ErrorSection from '~components/ErrorSection'
import GridRep from '~components/GridRep' import GridRep from '~components/GridRep'
import GridRepCollection from '~components/GridRepCollection' import GridRepCollection from '~components/GridRepCollection'
import FilterBar from '~components/FilterBar' import FilterBar from '~components/FilterBar'
import SavedHead from '~components/SavedHead' import SavedHead from '~components/head/SavedHead'
import type { AxiosError } from 'axios' import type { AxiosError } from 'axios'
import type { NextApiRequest, NextApiResponse } from 'next' import type { NextApiRequest, NextApiResponse } from 'next'

View file

@ -22,7 +22,7 @@ import ErrorSection from '~components/ErrorSection'
import GridRep from '~components/GridRep' import GridRep from '~components/GridRep'
import GridRepCollection from '~components/GridRepCollection' import GridRepCollection from '~components/GridRepCollection'
import FilterBar from '~components/FilterBar' import FilterBar from '~components/FilterBar'
import TeamsHead from '~components/TeamsHead' import TeamsHead from '~components/head/TeamsHead'
import type { AxiosError } from 'axios' import type { AxiosError } from 'axios'
import type { NextApiRequest, NextApiResponse } from 'next' import type { NextApiRequest, NextApiResponse } from 'next'