ChandimaPrabath's picture
v0.0.3 Debug
fced295
raw
history blame contribute delete
175 Bytes
export default function Settings() {
return (
<div className="page-content flex justify-center items-center">
<h1>Settings</h1>
</div>
)
};