chore: split app to commons and web (squash commit)
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
export const throwError = (message: string): never => {
|
||||
throw new Error(message)
|
||||
}
|
||||
Reference in New Issue
Block a user