diff options
Diffstat (limited to 'src/app/page.tsx')
| -rw-r--r-- | src/app/page.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/app/page.tsx b/src/app/page.tsx index 7a40c0a..6016d89 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,5 +1,5 @@ -import SubscriberTable, {SubscriberDataTableProp} from './_componenets/SubscriberTable/SubscriberTable'; -import TitleBar from './_componenets/TitleBar/TitleBar'; +import SubscriberTable, {SubscriberDataTableProp} from '../components/SubscriberTable/SubscriberTable'; +import TitleBar from '../components/TitleBar/TitleBar'; async function Home(){ const apiUrl = process.env.NEXT_PUBLIC_API_URL |
