mirror of
https://github.com/n8n-io/n8n.git
synced 2026-06-01 09:17:08 +02:00
6 lines
90 B
TypeScript
6 lines
90 B
TypeScript
import { getProjects } from './listSearch';
|
|
|
|
export const listSearch = {
|
|
getProjects,
|
|
};
|