production-taskbar-client / src / renderer / app / components / drag_button / DragButton.jsx
DragButton.jsx
Raw
import React from "react";

import { BorderInnerOutlined } from "@ant-design/icons";

import "./DragButton.less";

export default function DragButton() {
  return <BorderInnerOutlined className="drag-button" />;
}