Replace entire repo content with correct code from /root/shahikitchen-website/
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
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