Skip to content

Commit

Permalink
Merge pull request #151 from infinum/fix/react-imports
Browse files Browse the repository at this point in the history
Import useState, useEffect in Showcase grid
  • Loading branch information
dingo-d authored Mar 23, 2022
2 parents 532dc19 + ef6ff24 commit e1b8473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/theme/sections/showcase-grid/showcase-grid.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React from 'react';
import React, { useEffect, useState } from 'react';
import useBaseUrl from '@docusaurus/useBaseUrl';
import Heading from '../../components/heading/heading';
import Container from '../../components/container/container';
Expand Down

0 comments on commit e1b8473

Please sign in to comment.