Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Cassidy <steve.cassidy@mq.edu.au>
  • Loading branch information
stevecassidy committed Oct 10, 2024
1 parent f9a93ca commit 9bc1f7f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion api/src/couchdb/notebooks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ import securityPlugin from 'pouchdb-security-helper';
import {slugify} from '../utils';
import {userHasPermission} from './users';
PouchDB.plugin(securityPlugin);
import {Stringifier, stringify} from 'csv-stringify';

/**
* getProjects - get the internal project documents that reference
Expand Down
1 change: 0 additions & 1 deletion app/src/gui/components/notebook/record_table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ import {
getMetadataForAllRecords,
getRecordsWithRegex,
} from '@faims3/data-model';
import {DEBUG_APP} from '../../../buildconfig';
import {NotebookDataGridToolbar} from './datagrid_toolbar';
import RecordDelete from './delete';
import getLocalDate from '../../fields/LocalDate';
Expand Down

0 comments on commit 9bc1f7f

Please sign in to comment.