Move types

This commit is contained in:
Thomas "ajnart" Camlong
2022-05-01 14:46:45 +02:00
parent 1bd7694b52
commit 65b4d35350
5 changed files with 6 additions and 5 deletions

View File

@@ -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[];