forked from blisstown/campfire
refactor: update icon imports to @cf/icons
This commit is contained in:
parent
ea1a492dc0
commit
daaa819e6c
4 changed files with 25 additions and 25 deletions
|
@ -2,10 +2,10 @@
|
|||
import { server } from '$lib/client/server';
|
||||
import { goto } from '$app/navigation';
|
||||
|
||||
import ReplyIcon from '$lib/../img/icons/reply.svg';
|
||||
import RepostIcon from '$lib/../img/icons/repost.svg';
|
||||
import FavouriteIcon from '$lib/../img/icons/like.svg';
|
||||
import ReactIcon from '$lib/../img/icons/react.svg';
|
||||
import ReplyIcon from '@cf/icons/reply.svg';
|
||||
import RepostIcon from '@cf/icons/repost.svg';
|
||||
import FavouriteIcon from '@cf/icons/like.svg';
|
||||
import ReactIcon from '@cf/icons/react.svg';
|
||||
// import QuoteIcon from '$lib/../img/icons/quote.svg';
|
||||
import ReactionBar from '$lib/ui/post/ReactionBar.svelte';
|
||||
import ActionBar from '$lib/ui/post/ActionBar.svelte';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue