GSA/code-gov-front-end

View on GitHub
src/components/federal-agencies/licensing.component.js

Summary

Maintainability
A
0 mins
Test Coverage
import React from 'react'
import LazyHTML from 'components/lazy-html'

const dataurl = `${PUBLIC_PATH}src/components/federal-agencies/html/`

const Licensing = () => <LazyHTML url={`${dataurl}open-source-pilot/licensing.html`} />

export default Licensing