Skip to content

Commit

Permalink
Fixed primefaces#2663 - Add missing PrimeReact import. (primefaces#2664)
Browse files Browse the repository at this point in the history
  • Loading branch information
peculater authored Mar 11, 2022
1 parent c307fc3 commit 47dbd66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/lib/dataview/DataView.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import React, { Component } from 'react';
import PropTypes from 'prop-types';
import PrimeReact from '../api/Api';
import { Paginator } from '../paginator/Paginator';
import { ObjectUtils, classNames } from '../utils/Utils';
import { Ripple } from '../ripple/Ripple';
Expand Down

0 comments on commit 47dbd66

Please sign in to comment.