Skip to content

Commit

Permalink
🔧 🐛 fix local dev bug
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkjrs committed Jan 15, 2024
1 parent 7e9d4a9 commit 72a9a25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/nextjs/pages/index.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { useState, useEffect, MouseEvent } from 'react';
import type { NextPage } from 'next';
import Head from 'next/head';
//import { PromoDashboard } from '@tincre/promo-dashboard';
import { PromoDashboard } from '../../../dist';
import { PromoDashboard } from '@tincre/promo-dashboard';
//import { PromoDashboard } from '../../../dist';
import { PromoChat } from '@tincre/promo-chat';
//import { campaignStubData } from '../cms.data';
import { campaignStubData } from '../test.data';
Expand Down

0 comments on commit 72a9a25

Please sign in to comment.