move everything to src folder

This commit is contained in:
Andrew Pareles 2024-11-11 02:51:10 -08:00
parent c4d620c874
commit 9a54a57cf4
9 changed files with 1 additions and 1 deletions

View file

@ -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)