import React from 'react'; import AppBar from '../../components/app_bar'; const AppBarTest = () => (
AppBar




Custom content
); export default AppBarTest;