summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2025-03-06 11:26:23 +0100
committerYuval Adam <_@yuv.al>2025-03-06 11:26:23 +0100
commita6eb7003ee9d4b1841d54a00b3237667dbf43656 (patch)
tree1fa4e5b2b539f7811d53d52650de9773118bff1e /src
parentdea263421b6b1d2ef3d60d09e7367d1736aed0a5 (diff)
Bump cw to v0.4
Diffstat (limited to 'src')
-rw-r--r--src/pages/HomePage.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx
index 7b726a6..fc48226 100644
--- a/src/pages/HomePage.tsx
+++ b/src/pages/HomePage.tsx
@@ -1,6 +1,6 @@
import { useState, useEffect, useRef } from 'react';
import { Link } from 'react-router';
-import * as cw from 'cw';
+import cw from 'cw';
import '../base.css';
import '../styles.css';