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