Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
Sevenflanks committed Jun 25, 2021
1 parent 775bcaf commit af24310
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion 2021/Q2/react-crud/demo-ui/src/page/nest-client.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import '../App.css';
import React from "react";
import PropTypes from 'prop-types';

export default class Client extends React.Component {

Expand Down
1 change: 0 additions & 1 deletion 2021/Q2/react-crud/demo-ui/src/page/nest-policy.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import '../App.css';
import React from "react";
import PropTypes from 'prop-types';
import Client from "./nest-client";

export default class Policy extends React.Component {
Expand Down

0 comments on commit af24310

Please sign in to comment.