Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
export default function App() {
return (
<div>
<header>
Edit src/App.js and save to reload.
<button rel="noopener noreferrer" href="https://design-system.pluralsight.com">
Learn the Design System
</button>
</header>
</div>
)
}