فهرست منبع

Local Storage keys

wilitp 4 سال پیش
والد
کامیت
06bce5d44e
1فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  1. 3 0
      app/src/context/storageKeys.ts

+ 3 - 0
app/src/context/storageKeys.ts

@@ -0,0 +1,3 @@
+export default {
+  userToken: "auth_token",
+};