Skip to content

Commit

Permalink
Merge pull request #7 from zentered/fix/packages-types
Browse files Browse the repository at this point in the history
fix: update packages & add types
  • Loading branch information
PatrickHeneise authored Nov 1, 2023
2 parents 7aa2b8f + 9b3e027 commit 68e22f0
Show file tree
Hide file tree
Showing 6 changed files with 691 additions and 784 deletions.
8 changes: 4 additions & 4 deletions example/src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ function App() {

return (
<>
<div className="bg-white py-24 px-6 sm:py-32 lg:px-8">
<div className="mx-auto max-w-2xl text-center">
<h2 className="text-4xl font-bold tracking-tight text-gray-900 sm:text-6xl">
<div class="bg-white py-24 px-6 sm:py-32 lg:px-8">
<div class="mx-auto max-w-2xl text-center">
<h2 class="text-4xl font-bold tracking-tight text-gray-900 sm:text-6xl">
Image Upload Dialog
</h2>
<p className="mt-6 text-lg leading-8 text-gray-600">
<p class="mt-6 text-lg leading-8 text-gray-600">
<button
type="button"
onClick={openModal}
Expand Down
Loading

0 comments on commit 68e22f0

Please sign in to comment.