Skip to content
This repository has been archived by the owner on Aug 26, 2021. It is now read-only.

Commit

Permalink
Updated accordion react file
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam A. Zerella committed Feb 18, 2019
1 parent 187d23c commit 51ed8c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/accordion/src/js/react.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
*
**************************************************************************************************************************************************************/

import React from 'react';
import React, { Fragment } from 'react';
import PropTypes from 'prop-types';

// import AU from '@gov.au/animate'; // interdependency with our animate lib
import AU from '@gov.au/animate'; // interdependency with our animate lib


// The following line will be replaced automatically with generic imports for the ES5 pipeline.
Expand Down

0 comments on commit 51ed8c7

Please sign in to comment.