Move offline-notice
component to components dir (#331)
This commit is contained in:
parent
d7e9041033
commit
4661cb67aa
@ -8,9 +8,9 @@ import {
|
||||
import { Card, Col, Row, Typography } from 'antd';
|
||||
import Link from 'next/link';
|
||||
import { useContext } from 'react';
|
||||
import LogTable from '../components/log-table';
|
||||
import OwncastLogo from '../components/logo';
|
||||
import NewsFeed from '../components/news-feed';
|
||||
import LogTable from './log-table';
|
||||
import OwncastLogo from './logo';
|
||||
import NewsFeed from './news-feed';
|
||||
import { ConfigDetails } from '../types/config-section';
|
||||
import { ServerStatusContext } from '../utils/server-status-context';
|
||||
|
@ -4,7 +4,7 @@ import { UserOutlined, ClockCircleOutlined } from '@ant-design/icons';
|
||||
import { formatDistanceToNow, formatRelative } from 'date-fns';
|
||||
import { ServerStatusContext } from '../utils/server-status-context';
|
||||
import LogTable from '../components/log-table';
|
||||
import Offline from './offline-notice';
|
||||
import Offline from '../components/offline-notice';
|
||||
|
||||
import { LOGS_WARN, fetchData, FETCH_INTERVAL } from '../utils/apis';
|
||||
import { formatIPAddress, isEmptyObject } from '../utils/format';
|
||||
|
Loading…
x
Reference in New Issue
Block a user