Skip to content

Commit ceeda32

Browse files
authored
Enabled contact list app
1 parent c998b2b commit ceeda32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ const routes = [
6060
child: null,
6161
},
6262
{
63-
enabled: false,
63+
enabled: true,
6464
path: "/contact-list",
6565
component: ContactList,
6666
navbar: "Contact List App",

0 commit comments

Comments
 (0)