Commit 82d5bb43 authored by Clement Ho's avatar Clement Ho

Merge branch 'remove-unused-import-from-cycle-analytics' into 'master'

Remove unused import from cycle analytics

Closes #13396

See merge request gitlab-org/gitlab-ee!15059
parents a2a5fb2d 3b29e177
<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