add unauthenticated message on wallet page

This commit is contained in:
João Geonizeli
2021-08-13 19:37:37 -03:00
parent 4672804212
commit edf4094e2f
15 changed files with 545 additions and 128 deletions

View File

@@ -0,0 +1,5 @@
import { Unauthenticated } from "./Unauthenticated";
export const Messages = {
Unauthenticated,
};