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