UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit c7ad1213 authored by Graham Smith's avatar Graham Smith
Browse files

use external link component

parent 87375f91
No related branches found
No related tags found
No related merge requests found
......@@ -86,9 +86,10 @@
</div>
</template>
<script>
import ExternalLink from "@/components/ExternalLink";
export default {
name: "ProductsSummary",
components: {}
components: { ExternalLink }
};
</script>
<style lang="scss" scoped>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment