Skip to content
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.

Commit

Permalink
no default export
Browse files Browse the repository at this point in the history
  • Loading branch information
Helene Rigner committed Jul 2, 2019
1 parent dd41adf commit cb6dc47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/model.jsx
Expand Up @@ -2,7 +2,7 @@ import React, { useState, useEffect } from 'react';
import PropTypes from 'prop-types';
import usePromise from 'react-use-promise';
import ReactFloater from 'react-floater';
import Resizable from 're-resizable';
import { Resizable } from 're-resizable';

import ScrollArea from './scroll-area';
import TableField from './table-field';
Expand Down

0 comments on commit cb6dc47

Please sign in to comment.