Commit 0ccbedbf authored by Tang Weizhi's avatar Tang Weizhi Committed by Evan You

Remove unused import. (#189)

parent 67760c51
import ItemList from './ItemList.vue'
import { setTitle } from '../util/title'
const camelize = str => str.charAt(0).toUpperCase() + str.slice(1)
......
......@@ -28,7 +28,6 @@
</template>
<script>
import { setTitle } from '../util/title'
import Spinner from '../components/Spinner.vue'
import Comment from '../components/Comment.vue'
......
......@@ -19,7 +19,6 @@
</template>
<script>
import { setTitle } from '../util/title'
export default {
name: 'user-view',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment