mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-17 23:16:03 +01:00
chore(web): remove unused settings component
This commit is contained in:
@@ -4,7 +4,6 @@ import Progressbar from './features/progress/Progressbar';
|
||||
import TextUI from './features/textui/TextUI';
|
||||
import InputDialog from './features/dialog/InputDialog';
|
||||
import ContextMenu from './features/menu/context/ContextMenu';
|
||||
import Settings from './features/settings';
|
||||
import { useNuiEvent } from './hooks/useNuiEvent';
|
||||
import { setClipboard } from './utils/setClipboard';
|
||||
import { fetchNui } from './utils/fetchNui';
|
||||
@@ -23,7 +22,6 @@ const App: React.FC = () => {
|
||||
|
||||
return (
|
||||
<>
|
||||
<Settings />
|
||||
<Progressbar />
|
||||
<CircleProgressbar />
|
||||
<Notifications />
|
||||
|
||||
Reference in New Issue
Block a user