feat: divide imports by types (#35)
All checks were successful
it-academy/dry-wash-pl/pipeline/pr-main This commit looks good

This commit is contained in:
2024-11-23 15:37:06 +03:00
parent 3b47e1dcdf
commit 0b30ce6571
3 changed files with 6 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
import React, { useState } from 'react';
import React from 'react';
import LayoutArm from '../../components/LayoutArm';