mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-04 13:48:27 -05:00
chore(deps): update react to 18 (#2943)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import React from 'react';
|
||||
import LoadingSpinner from '../../../components/Common/LoadingSpinner';
|
||||
|
||||
const PlexLoading: React.FC = () => {
|
||||
const PlexLoading = () => {
|
||||
return (
|
||||
<div>
|
||||
<LoadingSpinner />
|
||||
|
||||
Reference in New Issue
Block a user