chore(build): move to react 18 + vite
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
import React from "react";
|
||||
|
||||
import StyleInput from "@/components/StyleInput";
|
||||
import SearchInput from "@/components/SearchInput";
|
||||
import SizeInput from "@/components/SizeInput";
|
||||
import ColorInput from "@/components/ColorInput";
|
||||
import SettingsActions from "@/components/SettingsActions";
|
||||
import "./Toolbar.css";
|
||||
import StyleInput from "../StyleInput/StyleInput";
|
||||
import SearchInput from "../SearchInput/SearchInput";
|
||||
import SizeInput from "../SizeInput/SizeInput";
|
||||
import ColorInput from "../ColorInput/ColorInput";
|
||||
import SettingsActions from "../SettingsActions/SettingsActions";
|
||||
|
||||
type ToolbarProps = {};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user