chore: stop using alias imports
This commit is contained in:
parent
ad7a2eac4e
commit
b48c590bc8
243 changed files with 1061 additions and 1080 deletions
|
|
@ -1,10 +1,10 @@
|
|||
import { useMutation, useQuery, gql } from '@apollo/client'
|
||||
import * as R from 'ramda'
|
||||
import React, { memo, useState } from 'react'
|
||||
import Section from 'src/components/layout/Section'
|
||||
import Section from '../../../components/layout/Section'
|
||||
|
||||
import { Table as EditableTable } from 'src/components/editableTable'
|
||||
import { fromNamespace, toNamespace, namespaces } from 'src/utils/config'
|
||||
import { Table as EditableTable } from '../../../components/editableTable'
|
||||
import { fromNamespace, toNamespace, namespaces } from '../../../utils/config'
|
||||
|
||||
import {
|
||||
defaultSchema,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue