Skip to content

Commit

Permalink
Test change bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
ra2dev committed Nov 1, 2024
1 parent cce3734 commit 58653a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/next-app/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

import Image from "next/image";

import lodash from "lodash";
import styles from "./page.module.css";

export const dynamic = "force-dynamic";
Expand All @@ -19,6 +20,7 @@ export default function Home() {
/>
<ol>
<li>
{Object.keys(lodash)}
Get started by editing <code>app/page.tsx</code>.
</li>
<li>Save and see your changes instantly.</li>
Expand Down

0 comments on commit 58653a2

Please sign in to comment.