Skip to content

Commit

Permalink
fix import file extension
Browse files Browse the repository at this point in the history
  • Loading branch information
eritbh committed Oct 17, 2024
1 parent 852d157 commit 43a2606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension/data/modules/nukecomments.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import $ from 'jquery';

import {createElement} from 'react';
import {renderInSlots} from '../frontends/index.tsx';
import {useFetched} from '../hooks.js';
import {useFetched} from '../hooks.ts';
import * as TBApi from '../tbapi.ts';
import * as TBCore from '../tbcore.js';
import * as TBHelpers from '../tbhelpers.js';
Expand Down

0 comments on commit 43a2606

Please sign in to comment.