Skip to content

Commit

Permalink
Use paginated query to generate tag pages
Browse files Browse the repository at this point in the history
  • Loading branch information
winkerVSbecks committed Jan 19, 2021
1 parent 7493987 commit dfd953c
Show file tree
Hide file tree
Showing 7 changed files with 294 additions and 281 deletions.
3 changes: 0 additions & 3 deletions .storybook/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,6 @@ module.exports = {
config.resolve.alias['../../../hooks/use-addons-search'] = require.resolve(
'./use-addons-search.mock.js'
);
config.resolve.alias['../../../hooks/use-addons-related-tags'] = require.resolve(
'./use-addons-related-tags.mock.js'
);

config.plugins.unshift(
new webpack.DefinePlugin({
Expand Down
32 changes: 0 additions & 32 deletions .storybook/use-addons-related-tags.mock.js

This file was deleted.

Loading

0 comments on commit dfd953c

Please sign in to comment.