Bachelorthesis_Code/frontend/src/components/Author.js

12 lines
141 B
JavaScript
Raw Normal View History

import React from 'react'
function AuthorDate() {
return (
<div>
</div>
)
}
export default AuthorDate