Skip to content

Commit c22ebb4

Browse files
author
haili.lhq
committed
fix: change file name
1 parent c97bded commit c22ebb4

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

src/built-in-plugins/command-docs/plugin/docs-wrapper/Error.tsx renamed to src/built-in-plugins/command-docs/plugin/docs-wrapper/errorBoundary.tsx

File renamed without changes.

src/built-in-plugins/command-docs/plugin/docs-wrapper/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import * as React from 'react';
22
import { HashRouter, Switch, Route, Link, withRouter, RouteComponentProps, Redirect } from 'react-router-dom';
3-
import { withErrorBoundary } from './error';
3+
import { withErrorBoundary } from './errorBoundary';
44

55
export class Props {
66
public docs?: { name: string; element: any; text: string }[] = [];

0 commit comments

Comments
 (0)