mirror of
https://github.com/sct/overseerr.git
synced 2025-12-30 17:49:17 +01:00
style: fix organize-imports to work with tailwindcss prettier plugin (#2957) [skip ci]
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { NProgress } from '@tanem/react-nprogress';
|
||||
import { useRouter } from 'next/router';
|
||||
import React, { useEffect, useState } from 'react';
|
||||
import ReactDOM from 'react-dom';
|
||||
import { useRouter } from 'next/router';
|
||||
|
||||
interface BarProps {
|
||||
progress: number;
|
||||
|
||||
Reference in New Issue
Block a user