mirror of
https://github.com/tachiyomiorg/tachiyomi-extensions-inspector.git
synced 2025-01-15 02:09:08 +01:00
10 lines
127 B
TypeScript
10 lines
127 B
TypeScript
|
import React from 'react';
|
||
|
|
||
|
export default function Home() {
|
||
|
return (
|
||
|
<h1>
|
||
|
Home
|
||
|
</h1>
|
||
|
);
|
||
|
}
|