Bachelorthesis_Code/frontend/src/components/Author.js

8 lines
104 B
JavaScript
Raw Normal View History

2021-06-21 01:45:22 +00:00
import React from "react";
function AuthorDate() {
2021-06-21 01:45:22 +00:00
return <div></div>;
}
2021-06-21 01:45:22 +00:00
export default AuthorDate;