refactor: add icons package (#1078)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { Strings } from './types'
|
||||
import { createEnglishStrings } from './english'
|
||||
import { isDev } from '../Utils/Utils'
|
||||
import { createEnglishStrings } from './english'
|
||||
import { Strings } from './types'
|
||||
|
||||
export function createFrenchStrings(): Strings {
|
||||
const fallback = createEnglishStrings()
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import { isDev } from '../Utils/Utils'
|
||||
import { createEnglishStrings } from './english'
|
||||
import { createFrenchStrings } from './french'
|
||||
import { Strings } from './types'
|
||||
import { isDev } from '../Utils/Utils'
|
||||
|
||||
let strings: Strings
|
||||
|
||||
|
||||
Reference in New Issue
Block a user