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