WIP: Task 1 ActionButtons Rework - investigating approach
Build and Publish Mana Loop Docker Image / build-and-publish (push) Successful in 1m47s
Build and Publish Mana Loop Docker Image / build-and-publish (push) Successful in 1m47s
This commit is contained in:
@@ -85,3 +85,5 @@ export function AttunementDebug({ store }: AttunementDebugProps) {
|
||||
</Card>
|
||||
);
|
||||
}
|
||||
|
||||
AttunementDebug.displayName = "AttunementDebug";
|
||||
|
||||
@@ -86,3 +86,5 @@ export function ElementDebug({ store }: ElementDebugProps) {
|
||||
</Card>
|
||||
);
|
||||
}
|
||||
|
||||
ElementDebug.displayName = "ElementDebug";
|
||||
|
||||
@@ -269,3 +269,5 @@ export function GameStateDebug({ store }: GameStateDebugProps) {
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
GameStateDebug.displayName = "GameStateDebug";
|
||||
|
||||
@@ -25,3 +25,5 @@ export function GolemDebug({ store }: GolemDebugProps) {
|
||||
</Card>
|
||||
);
|
||||
}
|
||||
|
||||
GolemDebug.displayName = "GolemDebug";
|
||||
|
||||
@@ -207,3 +207,5 @@ export function PactDebug() {
|
||||
</Card>
|
||||
);
|
||||
}
|
||||
|
||||
PactDebug.displayName = "PactDebug";
|
||||
|
||||
@@ -291,3 +291,5 @@ export function SkillDebug({ store }: SkillDebugProps) {
|
||||
</Card>
|
||||
);
|
||||
}
|
||||
|
||||
SkillDebug.displayName = "SkillDebug";
|
||||
|
||||
Reference in New Issue
Block a user