This commit is contained in:
Nolan Lawson 2018-02-04 10:05:26 -08:00
parent 73ba72d58a
commit 2da9cc8d8f
2 changed files with 3 additions and 3 deletions

View File

@ -32,8 +32,8 @@
} }
</style> </style>
<script> <script>
import Status from '../status/Status.html' import Status from './Status.html'
import StatusHeader from '../status/StatusHeader.html' import StatusHeader from './StatusHeader.html'
export default { export default {
components: { components: {
Status, Status,

View File

@ -6,7 +6,7 @@
length="{{virtualLength}}" length="{{virtualLength}}"
on:recalculateHeight /> on:recalculateHeight />
<script> <script>
import Notification from '../notification/Notification.html' import Notification from '../status/Notification.html'
export default { export default {
components: { components: {