Skip to content

Commit

Permalink
Move Form import
Browse files Browse the repository at this point in the history
  • Loading branch information
ssciolla committed Jun 19, 2023
1 parent c542a59 commit 5782b4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/assets/src/components/meetingTables.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import * as React from "react";
import { Link } from "react-router-dom";
import { Badge, Button, Col, Row, Table, Form } from "react-bootstrap";
import { Badge, Button, Col, Form, Row, Table } from "react-bootstrap";

import { UserDisplay, RemoveButton } from "./common";
import { getBackendByName } from "./meetingType";
Expand Down

0 comments on commit 5782b4e

Please sign in to comment.