removed suggestsions folder

This commit is contained in:
munimunigamer 2026-02-02 00:53:22 -06:00
parent 16c289ef9e
commit bf96aa5793
2 changed files with 1 additions and 2 deletions

View file

@ -5,7 +5,7 @@
* Extracted from definitions.ts as part of the modular prompt reorganization.
*/
import type { PromptTemplate } from '../../types';
import type { PromptTemplate } from '../types';
export const suggestionsTemplate: PromptTemplate = {
id: 'suggestions',

View file

@ -1 +0,0 @@
export * from './suggestions';