mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-07 21:53:04 -04:00
Proper Github Link Fix
This commit is contained in:
parent
bef7dc9488
commit
b182b09817
2 changed files with 2 additions and 8 deletions
|
@ -128,7 +128,7 @@ export const globPlugins: (kind: "web" | "discordDesktop" | "vencordDesktop" | "
|
|||
}
|
||||
}
|
||||
|
||||
const folderName = `src/${dir}/${fileName}`.replace(/^src\/plugins\//, "");
|
||||
const folderName = `src/${dir}/${fileName}`;
|
||||
|
||||
const mod = `p${i}`;
|
||||
code += `import ${mod} from "./${dir}/${fileName.replace(/\.tsx?$/, "")}";\n`;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue