move data to data.js

This commit is contained in:
1ilit
2023-09-19 15:47:50 +03:00
parent 9c61815999
commit d441ff5fcb
6 changed files with 126 additions and 119 deletions

View File

@@ -1,5 +1,5 @@
import { React, useState } from "react";
import menu from "./menu";
import {menu} from "../data/data";
import {
IconCaretUp,
IconCaretDown,