mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-17 23:16:03 +01:00
feat(nui): Initial NUI files
This commit is contained in:
9
web/src/components/App.tsx
Normal file
9
web/src/components/App.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
const App: React.FC = () => {
|
||||
return (
|
||||
<>
|
||||
<></>
|
||||
</>
|
||||
);
|
||||
};
|
||||
|
||||
export default App;
|
||||
Reference in New Issue
Block a user