forked from seth/ipv4.army
refactor a lot
This commit is contained in:
parent
cf21a56d7a
commit
deb223c642
27 changed files with 401 additions and 381 deletions
8
src/front/index.tsx
Normal file
8
src/front/index.tsx
Normal file
|
@ -0,0 +1,8 @@
|
|||
import "tsx-dom";
|
||||
|
||||
import App from './App';
|
||||
|
||||
document.body.appendChild(<App />);
|
||||
|
||||
// You're garbage, let me collect you.
|
||||
fetch("/api/gc")
|
Loading…
Add table
Add a link
Reference in a new issue