added swappable layout
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import React, { createContext, useContext, useState } from 'react';
|
||||
import React, { createContext, useContext, useState } from 'react'
|
||||
|
||||
const DragContext = createContext()
|
||||
export const DragContext = createContext()
|
||||
|
||||
export const useDragContext = () => useContext(DragContext)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user