mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-07-03 19:04:39 -05:00
refactor, fix fetch loop
This commit is contained in:
9
webUI/react/src/screens/Home.tsx
Normal file
9
webUI/react/src/screens/Home.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import React from 'react';
|
||||
|
||||
export default function Home() {
|
||||
return (
|
||||
<h1>
|
||||
Home
|
||||
</h1>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user