We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54eefa2 commit 4788025Copy full SHA for 4788025
1 file changed
src/context/OverlayContext.tsx
@@ -1,4 +1,5 @@
1
-import { createContext, useContext, useState, type ReactNode } from 'react'
+import { createContext, useContext, useState } from 'react'
2
+import type { ReactNode } from 'react'
3
4
type OverlayType = 'none' | 'projects' | 'cv' | 'contact' | 'terminal' | 'certificates'
5
0 commit comments