move tsx kit -> uikit
This commit is contained in:
@@ -48,7 +48,7 @@ func generateFAIcons() error {
|
||||
|
||||
// Scan both the app pages and the shared kit so every icon either tree
|
||||
// references ends up in this app's registry.
|
||||
names, custom, err := scanIconNames([]string{filepath.Join(frontendDir, "src"), kitSrcDir()})
|
||||
names, custom, err := scanIconNames([]string{filepath.Join(frontendDir, "src"), uikitDir()})
|
||||
if err != nil {
|
||||
return fmt.Errorf("scanning icon names: %w", err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user