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