Skip to content

Commit

Permalink
style: reformat examples with prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
nekowinston committed Jun 23, 2023
1 parent 8e7e8eb commit 3587028
Show file tree
Hide file tree
Showing 18 changed files with 6,035 additions and 6,039 deletions.
4 changes: 2 additions & 2 deletions examples/next/next.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
}
};

module.exports = nextConfig
module.exports = nextConfig;
Loading

0 comments on commit 3587028

Please sign in to comment.