fix: delete pl and space

This commit is contained in:
Ильназ 2024-11-03 11:53:12 +03:00
parent 52c9ecd3c8
commit 9b2c8be1d9
18 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{
"name": "dry-wash-pl",
"name": "dry-wash",
"version": "0.0.0",
"description": "<a id=\"readme-top\"></a>",
"main": "./src/index.tsx",

View File

@ -1,5 +1,5 @@
import React, { useState } from 'react';
import LayoutArm from '../../components /LayoutArm';
import LayoutArm from '../../components/LayoutArm';
const Page = () => {
const [currentPage, setCurrentPage] = useState('orders');