refactor(auth): align auth UI and mock auth API
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
export function getFileById(fileId: string): never {
|
||||
void fileId
|
||||
throw new Error("Not implemented")
|
||||
}
|
||||
Reference in New Issue
Block a user