Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 4511603

Browse files
committed
fix(client): revert react
1 parent 091e37e commit 4511603

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/client/src/components/AppContainer.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { useEffect, useMemo, useState } from 'react';
1+
import React, { useEffect, useMemo, useState } from 'react';
22
import { MdMenu } from 'react-icons/md';
33
import { createSlidesProps } from '../utils/createSlidesProps';
44
import { getSearchParams } from '../utils/getSearchParams';

0 commit comments

Comments
 (0)