mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-19 06:04:05 +00:00
refactor: remove unused and legacy code
- remove legacy migrations - remove unused server code - remove unused UI code
This commit is contained in:
committed by
Carlos Valente
parent
fe8bbd5003
commit
95f2ba37cc
@@ -32,7 +32,7 @@ interface TranslationContextValue {
|
||||
getLocalizedString: (key: keyof typeof langEn, lang?: string) => string;
|
||||
}
|
||||
|
||||
export const TranslationContext = createContext<TranslationContextValue>({
|
||||
const TranslationContext = createContext<TranslationContextValue>({
|
||||
getLocalizedString: () => '',
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user