Skip to content

Commit

Permalink
fix: fix release build error (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolate1999 authored Apr 20, 2022
1 parent e51620e commit 355e99d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/leet-code/leet-code.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ description: 算法
sidebar_position: 1
title: 算法
---
import Mytable from '@site/src/components/Mytable';
import MyTable from '@site/src/components/MyTable';

LeetCode 算法题汇总、刷题路径、光说路径不给刷题地址的就是流氓

<Mytable/>
<MyTable/>
4 changes: 2 additions & 2 deletions src/components/MyTable.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ const data = [
},
];

const myTable = () => {
const MyTable = () => {
return <Table columns={columns} dataSource={data} />;
};

export default myTable;
export default MyTable;

1 comment on commit 355e99d

@vercel
Copy link

@vercel vercel bot commented on 355e99d Apr 20, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.