about summary refs log tree commit diff
path: root/src/state/preferences/index.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/state/preferences/index.tsx')
-rw-r--r--src/state/preferences/index.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/state/preferences/index.tsx b/src/state/preferences/index.tsx
index 8530a8d0c..740ea4bf3 100644
--- a/src/state/preferences/index.tsx
+++ b/src/state/preferences/index.tsx
@@ -1,4 +1,4 @@
-import React from 'react'
+import type React from 'react'
 
 import {Provider as AltTextRequiredProvider} from './alt-text-required'
 import {Provider as AutoplayProvider} from './autoplay'