Skip to content

Commit 8a8e9fa

Browse files
committed
another attempt to fix mdx project pages which have a weird error currently
1 parent 84ddf03 commit 8a8e9fa

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

mdx/projects/lagrangian-particle-tracking.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 Lagrangian particle tracking 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 />

src/components/UnderConstruction.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import { Link } from "@tanstack/react-router";
2-
import React from "react";
31
import { FancyLink } from "./mdx";
42

53
interface UnderConstructionProps {

0 commit comments

Comments
 (0)