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