mirror of
https://ghproxy.net/https://github.com/abhijitb/helix.git
synced 2025-08-28 11:42:38 +08:00
5 lines
101 B
React
5 lines
101 B
React
|
import React from 'react';
|
||
|
export default function Settings() {
|
||
|
return <div>Settings Page</div>;
|
||
|
}
|