mirror of
https://github.com/karl0ss/homepage.git
synced 2025-05-04 06:23:40 +01:00
cleanup imports
This commit is contained in:
parent
5a8defb478
commit
6061d9ec65
@ -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) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user