Skip to content

Commit

Permalink
convert gem summary to tsx component
Browse files Browse the repository at this point in the history
  • Loading branch information
dodoels committed Dec 24, 2024
1 parent e1657b1 commit 3bffce3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import { Component } from '../../components/component';
import { setItemQualityCssClass } from '../../css_utils';
import { Player } from '../../player';
import { UIGem as Gem } from '../../proto/ui.js';
import { ActionId } from '../../proto_utils/action_id';
import { SimUI } from '../../sim_ui';
import { TypedEvent } from '../../typed_event';
import { Component } from '../component';
import { ContentBlock } from '../content_block';

interface GemSummaryData {
Expand Down

0 comments on commit 3bffce3

Please sign in to comment.