summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/ci_lint/components/ci_lint.vue
blob: 135d02e4f7632ccb2a05d23297fbb2ea85e77a9f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<script>
export default {
  props: {
    endpoint: {
      type: String,
      required: true,
    },
  },
};
</script>

<template
  ><div></div
></template>