mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-13 04:53:06 +00:00
ESlint: fix imports
This commit is contained in:
@@ -1,16 +1,15 @@
|
||||
// Our API for demos only
|
||||
import { fakeDemoRedisCache } from './cache';
|
||||
import BITSTREAMS from './data/bitstreams.json';
|
||||
import BUNDLES from './data/bundles.json';
|
||||
import COLLECTIONS from './data/collections.json';
|
||||
import COMMUNITIES from './data/communities.json';
|
||||
import ITEMS from './data/items.json';
|
||||
import { fakeDataBase } from './db';
|
||||
|
||||
const { Router } = require('express');
|
||||
const util = require('util');
|
||||
|
||||
// Our API for demos only
|
||||
import { fakeDataBase } from './db';
|
||||
import { fakeDemoRedisCache } from './cache';
|
||||
|
||||
import COMMUNITIES from './data/communities.json';
|
||||
import COLLECTIONS from './data/collections.json';
|
||||
import ITEMS from './data/items.json';
|
||||
import BUNDLES from './data/bundles.json';
|
||||
import BITSTREAMS from './data/bitstreams.json';
|
||||
|
||||
// you would use cookies/token etc
|
||||
const USER_ID = 'f9d98cf1-1b96-464e-8755-bcc2a5c09077'; // hardcoded as an example
|
||||
|
||||
|
Reference in New Issue
Block a user