mirror of
https://github.com/mue/mue.git
synced 2026-07-24 17:27:17 +02:00
perf: remove unneeded divs and replace with <>, remove outdated notes code
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import React from 'react';
|
||||
import Checkbox from '../Checkbox';
|
||||
|
||||
export default function ExperimentalSettings (props) {
|
||||
export default function ExperimentalSettings() {
|
||||
return (
|
||||
<div>
|
||||
</div>
|
||||
<>
|
||||
<p>Coming soon...</p>
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user