Sfoglia il codice sorgente

remove unused import

Sven Czarnian 2 anni fa
parent
commit
d2df32d392
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/contexts/themecontext.tsx

+ 1 - 1
src/contexts/themecontext.tsx

@@ -1,4 +1,4 @@
-import React, { Dispatch, SetStateAction, useEffect, useRef, useState } from 'react';
+import React, { Dispatch, SetStateAction, useRef, useState } from 'react';
 import { Session } from '../services';
 
 // TODO dynamic theming