import React from "react"; export const Main = ({ productName }) => { return ( <>
CSS HMR Stress Test

This page visually tests how quickly a bundler can update CSS over Hot Module Reloading.

Ran: 

The progress bar should move from left to right smoothly.
The spinners should rotate & change color smoothly.
); };