Commit e8bce553 by Иван Кубота

remove files json import

parent a735bd93
Pipeline #506 passed with stage
in 0 seconds
......@@ -28,9 +28,8 @@ const readCSV = async function(scope) {
};
import connections from './data/connections.json';
import tags from './data/tags.json';
const connections = JSON.parse(fs.readFileSync('./data/connections.json')+'');
const tags = JSON.parse(fs.readFileSync('./data/tags.json')+'');
export const data = {tags, connections};
(async()=>{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment