7 lines
160 B
TypeScript
7 lines
160 B
TypeScript
// import { IProject } from '@/types/IProject';
|
|
|
|
// export function getProjectsDevices(projects: IProject[]) {
|
|
// const projectsDevices: string[] = [];
|
|
|
|
// }
|