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