aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShravya Ramesh <shravs1208@gmail.com>2021-03-05 17:00:38 -0800
committerShravya Ramesh <shravs1208@gmail.com>2021-03-05 20:58:22 -0800
commitab7613230603732251dd64607f2b85b21dcff1b7 (patch)
treea3633c5363aaa6902cbb4ad6404a2cf6aa25162b
parent7e1e9a443a7e38fdbe21129c3d3c853f75bd3162 (diff)
done
-rw-r--r--src/types/types.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/types/types.ts b/src/types/types.ts
index 8adeb9c1..186cb4d5 100644
--- a/src/types/types.ts
+++ b/src/types/types.ts
@@ -250,4 +250,4 @@ export type SearchCategoryType = {
id: number;
name: string;
category: string;
-} \ No newline at end of file
+};