Commit 3b29e177 authored by Brandon Labuschagne's avatar Brandon Labuschagne Committed by Clement Ho

Remove unused import from cycle analytics

parent a2a5fb2d
<script> <script>
import { __ } from '~/locale';
export default { export default {
name: 'CycleAnalytics', name: 'CycleAnalytics',
}; };
</script> </script>
<template> <template>
<div>{{ __("Hello World!") }}</div> <div>{{ __('Hello World!') }}</div>
</template> </template>
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