Moved types into seperate folder

This commit is contained in:
strNophix 2022-10-04 18:03:07 +02:00
parent 76a20d7685
commit bd171a10bf
2 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
import { FC } from 'react';
import { numFormatter } from '../utils/format';
import { Stream } from '../types';
import { numFormatter } from '../utils/format';
interface SideNavChannelProps {
stream: Stream;