update 1 file and create 1 file

master
mahdi 2 years ago
parent 5fbe297dbb
commit 3d7b682af9
  1. 1
      src/App.js
  2. 11
      src/components/BoxNextToEachOther/index.js

@ -172,6 +172,7 @@ function App() {
{/* <IconText /> */} {/* <IconText /> */}
{/* <CustomToast /> */} {/* <CustomToast /> */}
{/* <DateRangePicker /> */} {/* <DateRangePicker /> */}
{/* <div className="flex"> {/* <div className="flex">
<SidebarDesign2 className="w-1/5" /> <SidebarDesign2 className="w-1/5" />
<span className="w-4/5 "> <span className="w-4/5 ">

@ -0,0 +1,11 @@
import React from "react";
const BoxNextToEachOther = () => {
return <div>BoxNextToEachOther</div>;
};
export default BoxNextToEachOther;
BoxNextToEachOther.defaultProps = {
items: [{}],
};
Loading…
Cancel
Save