#
luxiaotao1123
2024-04-23 f57db66f7c1ead69b0772132330edb30411e6373
src/App.jsx
@@ -6,7 +6,9 @@
  return (
    <>
      <h1>{store.text}</h1>
      <h1 className="text-3xl font-bold underline">
        {store.text}
      </h1>
    </>
  )
}