add-reimbursement component
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
|
||||
import Component from '@glimmer/component';
|
||||
import { inject as service } from '@ember/service';
|
||||
|
||||
export default class AddReimbursementComponent extends Component {
|
||||
@service kredits;
|
||||
|
||||
}
|
||||
@@ -1 +0,0 @@
|
||||
{{yield}}
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
<section id="add-item">
|
||||
<header>
|
||||
<h2>Submit a reimbursement</h2>
|
||||
<h2>Submit a Reimbursement</h2>
|
||||
</header>
|
||||
|
||||
<div class="content">
|
||||
|
||||
Reference in New Issue
Block a user