Skip to content

Commit 94b88ba

Browse files
fix(minute): fixing minute not working
1 parent 67aa884 commit 94b88ba

File tree

22 files changed

+133
-137
lines changed

22 files changed

+133
-137
lines changed

src/pages/Minute/components/MinuteViewer/components/Minute/index.tsx renamed to src/components/MinuteViewer/components/Minute/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
import React, { PureComponent } from 'react';
33

44
import { IMinute } from 'DTOs';
5+
56
import GeneralInfo from './components/GeneralInfo';
67
import Project from './components/Project';
78
import Topics from './components/Topics';

0 commit comments

Comments
 (0)