init
This commit is contained in:
7
app/(articles)/research-progress/[articleId]/page.tsx
Normal file
7
app/(articles)/research-progress/[articleId]/page.tsx
Normal file
@ -0,0 +1,7 @@
|
||||
import React from "react";
|
||||
|
||||
const ResearchProgress = () => {
|
||||
return <div></div>;
|
||||
};
|
||||
|
||||
export default ResearchProgress;
|
Reference in New Issue
Block a user