mirror of
https://github.com/lordmathis/lemma.git
synced 2025-11-07 16:34:26 +00:00
Refactor types
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
import type { ReactNode } from 'react';
|
||||
import React, { createContext, useContext, useState } from 'react';
|
||||
import React, {
|
||||
type ReactNode,
|
||||
createContext,
|
||||
useContext,
|
||||
useState,
|
||||
} from 'react';
|
||||
|
||||
interface ModalContextType {
|
||||
newFileModalVisible: boolean;
|
||||
|
||||
Reference in New Issue
Block a user