Fix linting error

This commit is contained in:
muzam1l
2022-08-12 15:40:15 +05:30
parent c7d77b26b5
commit 380b6b1afd

View File

@@ -1,7 +1,6 @@
import { Octokit } from "@octokit/core";
import state, { IFile } from '../index';
import { templateFileIds } from '../constants';
import { file } from 'jszip';
const octokit = new Octokit();