rename form

This commit is contained in:
gingervitis
2021-01-18 12:12:28 -08:00
committed by Gabe Kangas
parent 573d21d7e7
commit 015f93ea56
2 changed files with 1 additions and 1 deletions

View File

@@ -2,7 +2,7 @@ import React from 'react';
import { Typography } from 'antd';
import VideoVariantsTable from './components/config/video-variants-table';
import VideoLatency from './components/config/video-segments-editor';
import VideoLatency from './components/config/video-latency';
const { Title } = Typography;