aswi2022code-of-duty-gitlab/frontend/src/features/TrackingTool/ProcessedTextCard.tsx @ a7ae217f
1 |
import { PathDto } from "../../swagger/data-contracts" |
---|---|
2 |
|
3 |
export interface ProcessedtextCardProps { |
4 |
pathDto?: PathDto |
5 |
|
6 |
}
|
7 |
|
8 |
const ProcessedTextCard = () => { |
9 |
|
10 |
}
|
11 |
|
12 |
export default ProcessedTextCard |