mirror of
https://github.com/Nezumi-2711/Foodify.git
synced 2026-09-23 04:09:52 +00:00
Add basket fragment
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package com.capstone.foodify;
|
||||
|
||||
import com.capstone.foodify.Model.Basket.Basket;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
|
||||
public class Common {
|
||||
public static List<Basket> LIST_BASKET_FOOD = new ArrayList<>();
|
||||
}
|
||||
Reference in New Issue
Block a user