This website works better with JavaScript.
Home
Explore
Help
Sign In
jason
/
FPSMS-frontend
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
fix the wrong file name in DoDetail
master
[email protected]
1 week ago
parent
02e2cb03f3
commit
deff18e2c2
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/components/DoDetail/index.ts
+ 1
- 1
src/components/DoDetail/index.ts
View File
@@ -1,3 +1,3 @@
export { default } from "./Do
d
etailWrapper";
export { default } from "./Do
D
etailWrapper";
export { default as DoInfoCard } from './DoInfoCard';
export { default as DoLineTable } from './DoLineTable';
Write
Preview
Loading…
Cancel
Save