Skip to content

Commit

Permalink
Add missing useState import
Browse files Browse the repository at this point in the history
  • Loading branch information
ericclemmons committed Nov 18, 2021
1 parent f7acd30 commit 296a788
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/components/useGridContainerProps.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import * as React from 'react';
import { GridContainerStyleProps } from '@aws-amplify/ui-react';
import { useState } from 'react';

import { DividerOptions, GridContainerStyleProps } from '@aws-amplify/ui-react';
import { GridContainerPropControlsProps } from './GridContainerPropControls';

interface UseGridContainerProps {
Expand Down

0 comments on commit 296a788

Please sign in to comment.