registers-react-library
Version:
A library of React components for ONS registers projects, using the external ONS pattern library.
19 lines (16 loc) • 443 B
JavaScript
import BreadCrumb from './components/BreadCrumb';
import Footer from './components/Footer';
import Header from './components/Header';
import NavBar from './components/NavBar';
import Banner from './components/Banner';
import Button from './components/Button';
import TitleAndDescription from './components/TitleAndDescription';
export {
Banner,
BreadCrumb,
Button,
Footer,
Header,
NavBar,
TitleAndDescription,
};