Skip to content

Commit

Permalink
Update example source code
Browse files Browse the repository at this point in the history
  • Loading branch information
qrtp committed Nov 2, 2023
1 parent 5c22841 commit 3ec7d19
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions server/pages/examples/unstoppable-messaging/index.page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ import Button from '@mui/material/Button';
import Paper from '@mui/material/Paper';
import React from 'react';
import {
UnstoppableMessaging,
useUnstoppableMessaging,
} from '@unstoppabledomains/ui-components';
const UnstoppableMessagingDemo = () => {
// Hook provides utility methods, such as opening the Unstoppable
// Messaging window by clicking a button
Expand Down

0 comments on commit 3ec7d19

Please sign in to comment.