Skip to content

Commit

Permalink
import lazy
Browse files Browse the repository at this point in the history
  • Loading branch information
melissag-ensemble committed Jun 21, 2024
1 parent 052e823 commit 7c50a68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/gatsby-theme-aio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@adobe/gatsby-theme-aio",
"version": "4.11.16-rc6",
"version": "4.11.16-rc7",
"description": "The Adobe I/O theme for building markdown powered sites",
"main": "index.js",
"license": "Apache-2.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* governing permissions and limitations under the License.
*/

import React, { useState, useEffect } from 'react';
import React, { useState, useEffect, lazy } from 'react';
import { withPrefix } from 'gatsby';
import { SIDENAV_WIDTH, MOBILE_SCREEN_WIDTH, isExternalLink } from '../../utils';
import PropTypes from 'prop-types';
Expand Down

0 comments on commit 7c50a68

Please sign in to comment.