Skip to content

Commit

Permalink
fix linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
pbking authored and madhusudhand committed Apr 2, 2024
1 parent 2173460 commit e360fec
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/admin-landing-page.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@ import { render, createRoot } from '@wordpress/element';
import './index.scss';

function App() {

return (
<>Landing Page Goes Here.</>
);
return <>Landing Page Goes Here.</>;
}

window.addEventListener(
Expand Down

0 comments on commit e360fec

Please sign in to comment.