Skip to content

Commit 7edc196

Browse files
committed
change repo structure
1 parent 85b5a20 commit 7edc196

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+74
-74
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
<script>
2929
import CloseIcon from '@/components/svg/close'
30-
import { version } from '../../../package.json'
30+
import { version } from '../../package.json'
3131
3232
export default {
3333
name: 'AppDiagnosticInfo',

src/views/MainView/Workspace/Tabs/Tab/DataView/Chart/index.vue renamed to src/components/Chart.vue

File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
<script>
2525
import tooltipMixin from '@/tooltipMixin'
26-
import LoadingIndicator from '@/components/LoadingIndicator'
26+
import LoadingIndicator from '@/components/Common/LoadingIndicator'
2727
2828
export default {
2929
name: 'SideBarButton',
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
</template>
4747

4848
<script>
49-
import LoadingIndicator from '@/components/LoadingIndicator'
49+
import LoadingIndicator from '@/components/Common/LoadingIndicator'
5050
import CloseIcon from '@/components/svg/close'
5151
5252
export default {
File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
</template>
1919

2020
<script>
21-
import LoadingIndicator from '@/components/LoadingIndicator'
21+
import LoadingIndicator from '@/components/Common/LoadingIndicator'
2222
2323
export default {
2424
name: 'Logs',
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)