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