File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 11// Generator Modules
2- import { picTextGenerator } from './generators /pic-text' ;
3- import { gradientTextGenerator } from './generators /gradient-text' ;
4- import { gradientBorderGenerator } from './generators /gradient-border' ;
5- import { gradientBackgroundGenerator } from './generators /gradient-background' ;
6- import { animationGenerator } from './generators /animation' ;
2+ import { picTextGenerator } from './pages /pic-text' ;
3+ import { gradientTextGenerator } from './pages /gradient-text' ;
4+ import { gradientBorderGenerator } from './pages /gradient-border' ;
5+ import { gradientBackgroundGenerator } from './pages /gradient-background' ;
6+ import { animationGenerator } from './pages /animation' ;
77
88import * as FilePond from 'filepond' ;
99
@@ -89,7 +89,6 @@ function generatorsFunction(attribute: string): void {
8989 case 'animation' :
9090 animationGenerator ( ) ;
9191 break ;
92-
9392 }
9493}
9594
You can’t perform that action at this time.
0 commit comments