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