Skip to content

Commit

Permalink
Move tradeoffer.css to feature
Browse files Browse the repository at this point in the history
  • Loading branch information
candela97 committed Aug 22, 2024
1 parent f3d6ee2 commit 0821695
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import {L} from "@Core/Localization/Localization";
import type CTradeOffer from "@Content/Features/Community/TradeOffer/CTradeOffer";
import Feature from "@Content/Modules/Context/Feature";
import HTML from "@Core/Html/Html";
import "./FCountTradeItems.css";

export default class FCountTradeItems extends Feature<CTradeOffer> {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
*/

import CTradeOffer from "./CTradeOffer";
import "../../../../../css/community/tradeoffer.css"
import Localization from "@Core/Localization/Localization";
import {SettingsStore} from "@Options/Data/Settings";

Expand Down

0 comments on commit 0821695

Please sign in to comment.