Replace entire repo content with correct code from /root/shahikitchen-website/
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import type { CartItem } from './entities';
|
||||
|
||||
/** Port: cart persistence (implemented by infrastructure). */
|
||||
export interface CartRepository {
|
||||
load(): CartItem[];
|
||||
save(items: CartItem[]): void;
|
||||
}
|
||||
Reference in New Issue
Block a user