mirror of
https://github.com/voideditor/void
synced 2026-05-24 09:58:23 +00:00
move everything to src folder
This commit is contained in:
parent
c4d620c874
commit
9a54a57cf4
9 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import React, { createContext, useContext } from 'react'
|
||||
import { ReactServicesType } from '../../registerSidebar.js';
|
||||
import { ReactServicesType } from '../../../registerSidebar.js';
|
||||
|
||||
const AccessorContext = createContext<ReactServicesType | undefined>(undefined)
|
||||
|
||||
Loading…
Reference in a new issue