mirror of
https://github.com/drawdb-io/drawdb.git
synced 2026-02-12 02:00:40 +08:00
Migrate to Vite from CRA
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import React, { useContext, useState } from "react";
|
||||
import { useContext, useState } from "react";
|
||||
import {
|
||||
AutoComplete,
|
||||
Collapse,
|
||||
@@ -24,7 +24,7 @@ import {
|
||||
import { Cardinality, Constraint, Action, ObjectType } from "../data/data";
|
||||
import { TableContext, UndoRedoContext } from "../pages/Editor";
|
||||
|
||||
export default function ReferenceOverview(props) {
|
||||
export default function ReferenceOverview() {
|
||||
const columns = [
|
||||
{
|
||||
title: "Primary",
|
||||
|
||||
Reference in New Issue
Block a user