Skip to content

Commit 95571e6

Browse files
committed
fix(changelog): update import path for ReleaseBody component
1 parent b537a71 commit 95571e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/changelog/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import React, { useState } from "react";
22
import Layout from "@theme/Layout";
33
import releases from "@site/src/data/releases.json";
4-
import { ReleaseBody } from "./markdown";
4+
import { ReleaseBody } from "./_markdown";
55
import "./index.css";
66

77
type Release = {

0 commit comments

Comments
 (0)