fix: remove monorepo
This commit is contained in:
3
app/utils/unreachable.ts
Normal file
3
app/utils/unreachable.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export function unreachable(message: string): never {
|
||||
throw new Error(`Unreachable: ${message}`);
|
||||
}
|
||||
Reference in New Issue
Block a user