mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-14 01:15:47 +01:00
Move types
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// src/context/state.js
|
||||
import { createContext, ReactNode, useContext, useState } from 'react';
|
||||
import { serviceItem } from '../components/AppShelf/AppShelf.d';
|
||||
import { serviceItem } from './types';
|
||||
|
||||
type servicesContextType = {
|
||||
services: serviceItem[];
|
||||
|
||||
Reference in New Issue
Block a user