Skip to content

Commit

Permalink
調整してPeds追加
Browse files Browse the repository at this point in the history
  • Loading branch information
DekoKiyo committed Aug 26, 2024
1 parent 8e891ae commit d3b5db2
Show file tree
Hide file tree
Showing 5 changed files with 539 additions and 12 deletions.
2 changes: 2 additions & 0 deletions JsonGenerator/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import { Callouts, CalloutsBase } from './pages/Callouts';
import PacificBankHeistGen from './generators/Callouts/PacificBankHeist';
import { VehicleGen } from './generators/Objects/Vehicle';
import { Toaster } from './components/ui/toaster';
import { PedGen } from './generators/Objects/Ped';

function App() {
return (
Expand All @@ -38,6 +39,7 @@ function App() {
Component={PacificBankHeistGen}
/>
<Route path="/generators/vehicles" Component={VehicleGen} />
<Route path="/generators/peds" Component={PedGen} />

{/* CALLOUTS */}
<Route path="/callouts" Component={Callouts} />
Expand Down
Loading

0 comments on commit d3b5db2

Please sign in to comment.