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