Skip to content

Commit

Permalink
SHIBUI-572: Added provider wizard and container folder;
Browse files Browse the repository at this point in the history
  • Loading branch information
Jodie Muramoto committed Jun 21, 2018
1 parent 4d5d26a commit f9ee2db
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ui/src/app/metadata/provider/container/wizard.component.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<div class="container-fluid p-3" role="main">
Hi. I'm the metadata provider wizard.
</div>
Empty file.
13 changes: 13 additions & 0 deletions ui/src/app/metadata/provider/container/wizard.component.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
import { Component } from '@angular/core';
import { Router } from '@angular/router';

@Component({
selector: 'wizard-page',
templateUrl: './wizard.component.html',
styleUrls: ['./wizard.component.scss']
})

export class WizardComponent {

}

0 comments on commit f9ee2db

Please sign in to comment.