mirror of
https://github.com/BradNut/umami
synced 2025-09-08 17:40:29 +00:00
9 lines
128 B
JavaScript
9 lines
128 B
JavaScript
import React from 'react';
|
|
|
|
export default function Settings() {
|
|
return (
|
|
<div>
|
|
<h2>Settings</h2>
|
|
</div>
|
|
);
|
|
}
|