AndrewWalsh/at-your-service

View on GitHub
src/ui/App.tsx

Summary

Maintainability
A
1 hr
Test Coverage

Function App has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export default function App() {
  const [open, setOpen] = useState(false);
  const [storeStruct, setStoreStruct] = useState<StoreStructure | null>(null);
  const { store } = useContext(Ctx);

Severity: Minor
Found in src/ui/App.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status