Skip to content
This repository has been archived by the owner on Aug 25, 2024. It is now read-only.

Commit

Permalink
fix(coursColors): oubli de suppression d'importation inutile
Browse files Browse the repository at this point in the history
  • Loading branch information
LeGeek01 committed May 25, 2024
1 parent 0db1d63 commit 162bcf8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion views/Settings/CoursColor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ import { CircleEllipsis, CircleEllipsisIcon, Lock, MoreVertical } from 'lucide-r
import { getContextValues } from '../../utils/AppContext';
import { RegisterTrophy } from './TrophiesScreen';

import * as RNFileAccess from 'react-native-file-access'
interface SavedColors {
[key: string]: {
color: string;
Expand Down

0 comments on commit 162bcf8

Please sign in to comment.