Skip to content

Commit

Permalink
Update workExperiences import in work detail page
Browse files Browse the repository at this point in the history
  • Loading branch information
driekwartsbroek committed Sep 4, 2024
1 parent 1192962 commit bb2a82f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/work/[id]/page.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { workExperiences } from "../page";
import { workExperiences } from "@/data/workExperiences";
import WorkDetailClient from "./WorkDetailClient";

export async function generateStaticParams() {
Expand Down

0 comments on commit bb2a82f

Please sign in to comment.