GSA/code-gov-front-end

View on GitHub
src/components/privacy-policy/information-collected.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/privacy-policy/html/`

const InformationCollected = () => <LazyHTML url={`${dataurl}information-collected.html`} />

export default InformationCollected