diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/pages/HomePage.tsx | 2 |
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'; |
