mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-21 16:55:25 +03:00
Fix missing Icon
This commit is contained in:
parent
861a596d4e
commit
472e1c8e22
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ import { useState } from 'preact/hooks';
|
|||
import emojifyText from '../utils/emojify-text';
|
||||
import shortenNumber from '../utils/shorten-number';
|
||||
|
||||
import Icon from './icon';
|
||||
import RelativeTime from './relative-time';
|
||||
|
||||
export default function Poll({
|
||||
|
|
Loading…
Reference in a new issue