mirror of
https://github.com/gethomepage/homepage.git
synced 2025-12-07 09:35:54 -08:00
cleanup imports
This commit is contained in:
@@ -1,7 +1,5 @@
|
|||||||
import { join } from "path";
|
import { join, path } from "path";
|
||||||
import { existsSync, copyFile } from "fs";
|
import { existsSync, copyFile, promises as fs } from "fs";
|
||||||
import { promises as fs } from "fs";
|
|
||||||
import path from "path";
|
|
||||||
import yaml from "js-yaml";
|
import yaml from "js-yaml";
|
||||||
|
|
||||||
export default function checkAndCopyConfig(config) {
|
export default function checkAndCopyConfig(config) {
|
||||||
|
|||||||
Reference in New Issue
Block a user