mirror of
https://github.com/Nezumi-2711/react-training.git
synced 2026-09-23 04:19:48 +00:00
Add table and menu components
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import { createContext } from 'react';
|
||||
|
||||
// Interfaces
|
||||
import { IMenusContext } from '../globals/interfaces';
|
||||
|
||||
const MenusContext = createContext<IMenusContext>({});
|
||||
|
||||
export default MenusContext;
|
||||
Reference in New Issue
Block a user