Skip to content

Commit

Permalink
Fix import order once again
Browse files Browse the repository at this point in the history
  • Loading branch information
arkadiuszbachorski committed Jun 3, 2024
1 parent e71972a commit 8a8afe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/page.tsx
Original file line number Diff line number Diff line change
@@ -6,8 +6,8 @@
// SPDX-License-Identifier: MIT
//

import { generateGreeting } from '@stanfordbdhg/example-package'
import Image from 'next/image'
import { generateGreeting } from '@stanfordbdhg/example-package'

export default function Home() {
const greeting = generateGreeting()

0 comments on commit 8a8afe5

Please sign in to comment.