Skip to content

Commit

Permalink
remove Wrong import (#2396)
Browse files Browse the repository at this point in the history
* 1.16.2 iOS Release (#2393)

* fix

* fix

* fix

---------

Co-authored-by: Dmitry Fedoseyev <[email protected]>
  • Loading branch information
hdz-666 and gzerad authored Sep 20, 2024
1 parent dcc1aaf commit 461d92e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import {
import { Listbox } from '@headlessui/react';
import { Flex, Box, Text, CSS } from '@100mslive/react-ui';
import { getUpdatedPlatformName } from '@/lib/utils';
import { AppAnalytics} from "../publishEvents"
import { AppAnalytics } from '../lib/publishEvents';
import SidebarSection from './SidebarSection';
import ReleaseNotes from './ReleaseNotes';
import PlatformAccordion from './PlatformAccordion';
Expand Down

0 comments on commit 461d92e

Please sign in to comment.