9 lines
182 B
TypeScript
9 lines
182 B
TypeScript
import { common } from "./common/fi";
|
|
import { registration } from './registration/fi';
|
|
|
|
const fi: Record<string, string> = {
|
|
...common,
|
|
...registration
|
|
}
|
|
|
|
export default fi; |