6 lines
209 B
TypeScript
6 lines
209 B
TypeScript
|
|
import ComingSoon from '@/components/ComingSoon'
|
||
|
|
|
||
|
|
export default function AdminSettings() {
|
||
|
|
return <ComingSoon title="Settings" blurb="Org details, email/SMTP, reference-number prefixes, and defaults." />
|
||
|
|
}
|