mirror of
https://github.com/owncast/owncast.git
synced 2024-11-22 21:03:19 +03:00
Remove unused imports
This commit is contained in:
parent
8376420e86
commit
e85f7c8086
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ import Link from 'next/link';
|
|||
import Head from 'next/head';
|
||||
import { differenceInSeconds } from 'date-fns';
|
||||
import { useRouter } from 'next/router';
|
||||
import { Layout, Menu, Popover, Alert, Typography, Button, Space, Tooltip } from 'antd';
|
||||
import { Layout, Menu, Alert, Button, Space, Tooltip } from 'antd';
|
||||
import {
|
||||
SettingOutlined,
|
||||
HomeOutlined,
|
||||
|
|
Loading…
Reference in a new issue