Migrate to Vite from CRA

This commit is contained in:
1ilit
2023-12-16 05:39:13 +02:00
parent 503d55b528
commit 46685a98fe
52 changed files with 2292 additions and 15125 deletions

View File

@@ -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",