Use role application

This commit is contained in:
Jordan Eldredge 2018-02-09 17:18:13 -08:00
parent 7d5814e169
commit d834371f1e

View file

@ -32,10 +32,10 @@ const App = ({ media, closed, equalizer, playlist, openWindows }) => {
);
});
return (
<React.Fragment>
<div role="application">
<Skin />
<WindowManager windows={windows} />
</React.Fragment>
</div>
);
};