Update update.js

This commit is contained in:
Aleksandr Statciuk 2022-02-10 21:36:53 +03:00
parent d285ca2354
commit 81b934603c

View file

@ -1,4 +1,4 @@
const { csv } = require('./core')
const { csv } = require('../core')
const path = require('path')
const glob = require('glob')
const fs = require('fs')