prettier
Signed-off-by: Emma Indal <emma.indahl@gmail.com> Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
This commit is contained in:
committed by
Eric Peterson
parent
720fd2f360
commit
f6d5181b05
@@ -90,11 +90,13 @@ export const SearchResultNext = searchPlugin.provide(
|
||||
}),
|
||||
);
|
||||
|
||||
export const DefaultResultListItem= searchPlugin.provide(
|
||||
export const DefaultResultListItem = searchPlugin.provide(
|
||||
createComponentExtension({
|
||||
component: {
|
||||
lazy: () =>
|
||||
import('./components/DefaultResultListItem').then(m => m.DefaultResultListItem),
|
||||
import('./components/DefaultResultListItem').then(
|
||||
m => m.DefaultResultListItem,
|
||||
),
|
||||
},
|
||||
}),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user