Moved types into seperate folder
This commit is contained in:
parent
76a20d7685
commit
bd171a10bf
@ -1,7 +1,7 @@
|
|||||||
import { FC } from 'react';
|
import { FC } from 'react';
|
||||||
|
|
||||||
import { numFormatter } from '../utils/format';
|
|
||||||
import { Stream } from '../types';
|
import { Stream } from '../types';
|
||||||
|
import { numFormatter } from '../utils/format';
|
||||||
|
|
||||||
interface SideNavChannelProps {
|
interface SideNavChannelProps {
|
||||||
stream: Stream;
|
stream: Stream;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user