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",
|
"version": "0.0.0",
|
||||||
"description": "<a id=\"readme-top\"></a>",
|
"description": "<a id=\"readme-top\"></a>",
|
||||||
"main": "./src/index.tsx",
|
"main": "./src/index.tsx",
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
import React, { useState } from 'react';
|
import React, { useState } from 'react';
|
||||||
import LayoutArm from '../../components /LayoutArm';
|
import LayoutArm from '../../components/LayoutArm';
|
||||||
|
|
||||||
const Page = () => {
|
const Page = () => {
|
||||||
const [currentPage, setCurrentPage] = useState('orders');
|
const [currentPage, setCurrentPage] = useState('orders');
|
||||||
|
Loading…
Reference in New Issue
Block a user