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