Skip to content

Commit feb7119

Browse files
dotansimhadarkbasic
authored andcommitted
Step 2.4: Added chats page template
1 parent f23e190 commit feb7119

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/pages/chats/chats.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<ion-header>
2+
<ion-navbar>
3+
<ion-title>
4+
Chats
5+
</ion-title>
6+
</ion-navbar>
7+
</ion-header>
8+
9+
<ion-content padding>
10+
Hello!
11+
</ion-content>

0 commit comments

Comments
 (0)