Skip to content

Commit 4788025

Browse files
committed
feat: introduce OverlayContext for managing application overlay states
1 parent 54eefa2 commit 4788025

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/context/OverlayContext.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
import { createContext, useContext, useState, type ReactNode } from 'react'
1+
import { createContext, useContext, useState } from 'react'
2+
import type { ReactNode } from 'react'
23

34
type OverlayType = 'none' | 'projects' | 'cv' | 'contact' | 'terminal' | 'certificates'
45

0 commit comments

Comments
 (0)