1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Remove test page

This commit is contained in:
Bill Thornton 2021-05-28 17:31:13 -04:00
parent dd19ef5df4
commit 4bf1acbf4e
3 changed files with 0 additions and 14 deletions

View file

@ -1,7 +0,0 @@
import React from 'react';
const TestPage = () => (
<h1>Hello from React!</h1>
);
export default TestPage;