mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-18 15:36:02 +01:00
chore(web): remove unused settings component
This commit is contained in:
@@ -19,7 +19,6 @@ import { debugMenu } from './debug/menu';
|
||||
import { debugCustomNotification, debugNotification } from './debug/notification';
|
||||
import { debugCircleProgressbar, debugProgressbar } from './debug/progress';
|
||||
import { debugTextUI } from './debug/textui';
|
||||
import { debugSettings } from './debug/settings';
|
||||
import { debugSkillCheck } from './debug/skillcheck';
|
||||
|
||||
const Dev: React.FC = () => {
|
||||
@@ -77,9 +76,6 @@ const Dev: React.FC = () => {
|
||||
Activate progress circle
|
||||
</Button>
|
||||
<Divider />
|
||||
<Button width="full" onClick={() => debugSettings()}>
|
||||
Open settings page
|
||||
</Button>
|
||||
<Button width="full" onClick={() => debugTextUI()}>
|
||||
Show TextUI
|
||||
</Button>
|
||||
|
||||
Reference in New Issue
Block a user