mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-03 13:18:53 -05:00
feat(plex/utils): added Plex OAuth class
This commit is contained in:
13
src/pages/index.tsx
Normal file
13
src/pages/index.tsx
Normal file
@@ -0,0 +1,13 @@
|
||||
import React from 'react';
|
||||
import { NextPage } from 'next';
|
||||
|
||||
const Index: NextPage = () => {
|
||||
return (
|
||||
<div className="bg-blue-700 mx-4 my-2 px-4 py-2 w-64">
|
||||
<h1 className="text-xl">Overseer</h1>
|
||||
<p className="py-4">Here is some text</p>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
export default Index;
|
||||
Reference in New Issue
Block a user