feat: introducing i18n support to admin dashboard (#3051)
This commit is contained in:
committed by
GitHub
parent
b07243f131
commit
331d482b22
3
packages/hoppscotch-sh-admin/src/helpers/error.ts
Normal file
3
packages/hoppscotch-sh-admin/src/helpers/error.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export const throwError = (message: string): never => {
|
||||
throw new Error(message)
|
||||
}
|
||||
Reference in New Issue
Block a user