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

Remove unused import from cycle analytics

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