Skip to content

Commit 84ddf03

Browse files
committed
fix imports in mdx projects pages
1 parent a91dd0e commit 84ddf03

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mdx/projects/pollen-data.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ description: "A historical time series of pollen data from the Willamette Valley
88

99
// import { TimeSeriesPlot } from "@/components/ui/Plots";
1010

11-
import { UnderConstruction } from "@/components/UnderConstruction.tsx";
11+
import { UnderConstruction } from "~/components/UnderConstruction.tsx";
1212

1313
<UnderConstruction />

mdx/projects/shelf-nitrate-response-to-upwelling.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ tags: ["research"]
66
description: "My research on the response of shelf nitrate to upwelling in the Northern California Current System."
77
---
88

9-
import { UnderConstruction } from "@/components/UnderConstruction.tsx";
9+
import { UnderConstruction } from "~/components/UnderConstruction.tsx";
1010

1111
<UnderConstruction />

0 commit comments

Comments
 (0)