mirror of
https://github.com/gethomepage/homepage.git
synced 2025-12-05 21:47:48 +01:00
cleanup imports
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user