Create new monitor route for clients

This commit is contained in:
Michael Lange
2020-06-12 20:59:33 -07:00
parent 5dae137e70
commit 2eceffaa96
10 changed files with 539 additions and 514 deletions

View File

@@ -0,0 +1,5 @@
import Component from '@ember/component';
import { tagName } from '@ember-decorators/component';
@tagName('')
export default class ClientSubnav extends Component {}