1
0
Fork 0

chore(shared): Fix linter warnings in sites/shared

This commit is contained in:
joostdecock 2023-05-19 18:15:06 +02:00
parent fef2edd13d
commit c11a29e28a
16 changed files with 29 additions and 294 deletions

View file

@ -1,4 +1,4 @@
import React, { useState, useContext } from 'react'
import React, { useState } from 'react'
export const ModalContext = React.createContext(null)