Moved numFormatter to utils
This commit is contained in:
parent
5a7e37077a
commit
d1c0ae0a15
@ -1,6 +1,6 @@
|
|||||||
import { FC } from 'react';
|
import { FC } from 'react';
|
||||||
|
|
||||||
import { numFormatter } from '../lib/format';
|
import { numFormatter } from '../utils/format';
|
||||||
import { Stream } from '../types';
|
import { Stream } from '../types';
|
||||||
|
|
||||||
interface SideNavChannelProps {
|
interface SideNavChannelProps {
|
||||||
|
@ -3,7 +3,7 @@ import { ArrowRightIcon, HeartIcon, UserIcon } from '@heroicons/react/24/outline
|
|||||||
import Button from '../components/Button';
|
import Button from '../components/Button';
|
||||||
import ChatMessage from '../components/ChatMessage';
|
import ChatMessage from '../components/ChatMessage';
|
||||||
import Input from '../components/Input';
|
import Input from '../components/Input';
|
||||||
import { numFormatter } from '../lib/format';
|
import { numFormatter } from '../utils/format';
|
||||||
import streams from '../placeholder/GetStreams';
|
import streams from '../placeholder/GetStreams';
|
||||||
|
|
||||||
function ChannelPage() {
|
function ChannelPage() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user