Skip to content

Commit 665a761

Browse files
committed
fix typo
1 parent 9902401 commit 665a761

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apps/www/src/config/customizer-list.ts

-1
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,6 @@ export const orderedPluginKeys = [
205205

206206
export const allPlugins = customizerList.flatMap((group) => group.children);
207207

208-
console.log(allPlugins, 'ff');
209208
export const allComponents = uniqBy(
210209
allPlugins.flatMap((plugin) => plugin.components ?? []),
211210
'id'

0 commit comments

Comments
 (0)