Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
daneden committed May 1, 2023
1 parent ca4ea55 commit d4a27ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/Timeline/index.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import timeline from "@/data/timeline.json"
import timeline from "@/app/timeline.json"
import Link from "next/link"
import styles from "./styles.module.css"

Expand Down

0 comments on commit d4a27ec

Please sign in to comment.