Adding updates to fartmachine

This commit is contained in:
2026-03-17 22:06:41 +01:00
commit 9e15e32b94
56 changed files with 7306 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
import './styles.css';
import Component from './Component';
import type { GlitchComponentMetadata } from './types';
export default Component;
export declare const metadata: GlitchComponentMetadata;
export type { GlitchComponentProps, GlitchComponentConfig, GlitchComponentResult } from './types';