Browse Source

fix the wrong file name in DoDetail

master
parent
commit
deff18e2c2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/components/DoDetail/index.ts

+ 1
- 1
src/components/DoDetail/index.ts View File

@@ -1,3 +1,3 @@
export { default } from "./DodetailWrapper";
export { default } from "./DoDetailWrapper";
export { default as DoInfoCard } from './DoInfoCard';
export { default as DoLineTable } from './DoLineTable';

Loading…
Cancel
Save