add unauthenticated message on wallet page
This commit is contained in:
5
app/javascript/src/messages/index.ts
Normal file
5
app/javascript/src/messages/index.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { Unauthenticated } from "./Unauthenticated";
|
||||
|
||||
export const Messages = {
|
||||
Unauthenticated,
|
||||
};
|
||||
Reference in New Issue
Block a user