Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
sadan4 committed Aug 9, 2024
1 parent f66d2d5 commit 7db8827
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion index.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/*
* Vencord, a Discord client mod
* Copyright (c) 2024 sadan
* SPDX-License-Identifier: GPL-3.0-or-later
*/

import definePlugin from "@utils/types";

export default definePlugin({
Expand All @@ -18,4 +24,4 @@ export default definePlugin({
}
}
]
})
});

0 comments on commit 7db8827

Please sign in to comment.