import React from 'react';
export default function ApplicationLogo({ className }) {
return (
<h1 className={className}>App Name</h1>
);
}