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