UNPKG

rwsdk

Version:

Build fast, server-driven webapps on Cloudflare with SSR, RSC, and realtime

10 lines (9 loc) 191 B
/* eslint-disable quotes */ export const template = ` .smokeTestClientStyles { /* This is a comment to test HMR */ background-color: rgb(0, 0, 255); width: 100px; height: 100px; } `;