import { Anchor } from '@btri-ui/base'; import React from 'react'; const { Link } = Anchor; const App = () => ( ); export default App;