Styling basics

This commit is contained in:
2024-05-11 00:59:50 +03:00
parent 14ce3c0662
commit dac057c052
25 changed files with 1277 additions and 52 deletions
+2 -2
View File
@@ -7,8 +7,8 @@ export type User = {
};
export type Rating = {
likes: BigInt,
dislikes: BigInt
likes: bigint,
dislikes: bigint
}
export type Category = {