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