Replace entire repo content with kottgard-production-v1.1.zip (for shahikitchen-prod repo)
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
import type { Language } from './entities';
|
||||
|
||||
/** Port: language preference persistence. */
|
||||
export interface LanguageRepository {
|
||||
load(): Language | null;
|
||||
save(language: Language): void;
|
||||
}
|
||||
Reference in New Issue
Block a user