import { Link } from 'react-router' import { APP } from '~/configs/meta' export const Banner = () => { return (
{APP.title}
) }