From db31f99665435a9f3bfa371607122403d915d924 Mon Sep 17 00:00:00 2001 From: Kamil Kisiela Date: Mon, 10 Oct 2016 13:10:54 +0200 Subject: [PATCH] Step 5.21: Create a template for ProfileComponent --- .../imports/pages/auth/profile.component.html | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 client/imports/pages/auth/profile.component.html diff --git a/client/imports/pages/auth/profile.component.html b/client/imports/pages/auth/profile.component.html new file mode 100644 index 0000000..7c11587 --- /dev/null +++ b/client/imports/pages/auth/profile.component.html @@ -0,0 +1,21 @@ + + + Profile + + + + + + + + +
+ + +
+ + + Name + + +
\ No newline at end of file