Skip to content

Commit b97a415

Browse files
committed
swap order and remove ‘import using’
1 parent 91b4149 commit b97a415

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kolibri/plugins/style_guide/assets/src/views/shell/component-docs.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
<div>
44

5-
<p>Import using: <code>{{ importString }}</code></p>
6-
75
<p v-if="api.description">{{ api.description }}</p>
86

7+
<p><code>{{ importString }}</code></p>
8+
99
<p v-if="api.props.length">
1010
Props:
1111
<table>

0 commit comments

Comments
 (0)