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