mirror of
https://github.com/wassname/talk.git
synced 2026-09-10 12:43:11 +08:00
[CORL-219] Common Tweaks (#2460)
* fix: i18n fixes * fix: figma tweaks * fix: tweaked date manipulation logic * fix: linting * fix: linting * fix: tests
This commit is contained in:
committed by
Kim Gardner
parent
7900b02c40
commit
8d78677154
@@ -1,7 +1,7 @@
|
||||
import { Localized } from "fluent-react/compat";
|
||||
import React, { ChangeEvent, Component } from "react";
|
||||
|
||||
import { UNIT } from "coral-framework/lib/i18n";
|
||||
import { UNIT } from "coral-common/helpers/i18n";
|
||||
import {
|
||||
Flex,
|
||||
Option,
|
||||
|
||||
@@ -3,8 +3,3 @@ export { default as negotiateLanguages } from "./negotiateLanguages";
|
||||
export { BundledLocales, LoadableLocales, LocalesData } from "./locales";
|
||||
export { default as getMessage } from "./getMessage";
|
||||
export { default as withGetMessage, GetMessage } from "./withGetMessage";
|
||||
export {
|
||||
default as reduceSeconds,
|
||||
UNIT,
|
||||
ScaledUnit,
|
||||
} from "../../../../common/helpers/i18n/reduceSeconds";
|
||||
|
||||
Reference in New Issue
Block a user