Skip to content

Commit

Permalink
[MM-552] Fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
raghavaggarwal2308 committed Jul 8, 2024
1 parent 89b261c commit a7d92c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/jaas/components/conference/jaas_conference.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from 'react';
import {Client4} from 'mattermost-redux/client';

import constants from '../../../constants';
import manifest from 'manifest';
import manifest from '../../../manifest';

type Props = {}

Expand Down

0 comments on commit a7d92c6

Please sign in to comment.