balibabu
Feat: Modify the style of the home page in bright mode #3221 (#3832)
8446e15
raw
history blame
226 Bytes
export default function DatasetSettings() {
return (
<section>
<span className="text-3xl font-bold ">Basic settings</span>
<span className="text-3xl font-bold ">Advanced settings</span>
</section>
);
}