Close file
Close file
Close file
Close file
import * as React from 'react';
import './style.css';

export default function App() {
  return (
    <div className="container">
      <h1>useLocalStorage</h1>
      <span>ACEPREP</span>
      <p>Read the description to start solving the problem</p>
      {/* Write your code here */}
    </div>
  );
}

Console

JavaScript Console
console.log() statements will appear here.