unfurl -> unfurl.js

This commit is contained in:
Alex Gleason
2024-05-01 16:59:15 -05:00
parent d94f831af1
commit 984695391a
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
import TTLCache from '@isaacs/ttlcache';
import Debug from '@soapbox/stickynotes/debug';
import { unfurl } from 'unfurl';
import { unfurl } from 'unfurl.js';
import { sanitizeHtml } from '@/deps.ts';
import { Time } from '@/utils/time.ts';