refactor
This commit is contained in:
parent
73ba72d58a
commit
2da9cc8d8f
|
@ -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,
|
|
@ -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: {
|
||||||
|
|
Loading…
Reference in New Issue