mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-11 03:24:16 +00:00
9 lines
148 B
JavaScript
9 lines
148 B
JavaScript
import React from "react"
|
|
|
|
export default () => {
|
|
// TODO: Fetch API Release notes
|
|
|
|
return <div>
|
|
<h1>Changelog</h1>
|
|
</div>
|
|
} |