mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-08 06:38:46 +00:00
cleanup imports
This commit is contained in:
parent
5a8defb478
commit
6061d9ec65
1 changed files with 2 additions and 4 deletions
|
@ -1,7 +1,5 @@
|
|||
import { join } from "path";
|
||||
import { existsSync, copyFile } from "fs";
|
||||
import { promises as fs } from "fs";
|
||||
import path from "path";
|
||||
import { join, path } from "path";
|
||||
import { existsSync, copyFile, promises as fs } from "fs";
|
||||
import yaml from "js-yaml";
|
||||
|
||||
export default function checkAndCopyConfig(config) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue