Add import for process
This commit is contained in:
parent
83acaae23b
commit
834a38046f
6 changed files with 6 additions and 0 deletions
|
@ -8,6 +8,7 @@ import React, {
|
|||
type SelectHTMLAttributes,
|
||||
} from 'react';
|
||||
import ThemeSwitcher from './theme/Switcher';
|
||||
import process from 'process';
|
||||
|
||||
interface InputProps extends React.InputHTMLAttributes<HTMLInputElement> {}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue