1
0
mirror of synced 2025-12-23 11:54:18 -05:00

Create languages src directory (#41661)

This commit is contained in:
Kevin Heis
2023-08-30 10:24:59 -07:00
committed by GitHub
parent df293570e7
commit 9bf3fc185a
108 changed files with 153 additions and 134 deletions

View File

@@ -1,6 +1,6 @@
import { GraphqlItem } from './GraphqlItem'
import { Table } from './Table'
import { useTranslation } from 'components/hooks/useTranslation'
import { useTranslation } from 'src/languages/components/useTranslation'
import type { InputObjectT } from './types'
type Props = {