aboutsummaryrefslogtreecommitdiffstats
path: root/client/js/app/src/app/components/index.js
blob: fc73046c1bf132a141070b3414a9f4eff1ef94ba (plain) (blame)
1
2
3
4
5
6
7
8
9
10
// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
export { Error } from 'app/components/layout/error';
export { Layout } from 'app/components/layout/layout';
export { Message } from 'app/components/containers/message';
export { Container } from 'app/components/containers/container';
export { Content } from 'app/components/containers/content';
export { Section } from 'app/components/containers/section';
export { Link } from 'app/components/link/link';
export { CardLink } from 'app/components/card-link/card-link';
export { Icon } from 'app/components/icon/icon';