feat: 前端显示 mdns 搜索到的板子连接信息。
This commit is contained in:
10
src/components/info/info-index.tsx
Normal file
10
src/components/info/info-index.tsx
Normal file
@@ -0,0 +1,10 @@
|
||||
import { Component } from 'solid-js';
|
||||
import { BoardIndex } from './board-index';
|
||||
|
||||
export const InfoIndex: Component = () => {
|
||||
return (
|
||||
<div>
|
||||
<BoardIndex />
|
||||
</div>
|
||||
);
|
||||
};
|
Reference in New Issue
Block a user