fix: delete pl and space
This commit is contained in:
parent
52c9ecd3c8
commit
9b2c8be1d9
@ -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",
|
||||
|
@ -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');
|
||||
|
Loading…
Reference in New Issue
Block a user