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