Skip to content

Commit

Permalink
fix(src-theme/BlocksSetting): name conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
DataM0del committed Dec 1, 2024
1 parent 7c1d87a commit 2848978
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
const cSetting = setting as BlocksSetting;
interface Block {
// svelte 5 funny moment (they added a interface named Block, so we have to change our interface name so it doesn't conflict)
interface Block_ {
name: string;
identifier: string;
}
Expand Down

0 comments on commit 2848978

Please sign in to comment.