Skip to content

Commit

Permalink
updated error init
Browse files Browse the repository at this point in the history
  • Loading branch information
Danijel-Enoch committed Nov 19, 2023
1 parent c242d3e commit 6cb1541
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion errors/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export {};
export * from "./login.error";
1 change: 1 addition & 0 deletions errors/login.error.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export async function startError() {}

0 comments on commit 6cb1541

Please sign in to comment.