mirror of
https://github.com/FranP-code/spend-ia.git
synced 2025-10-13 00:14:09 +00:00
integration of next.js
This commit is contained in:
10
screens/SpendScreen/SpendScreen.tsx
Normal file
10
screens/SpendScreen/SpendScreen.tsx
Normal file
@@ -0,0 +1,10 @@
|
||||
import React from 'react';
|
||||
import { PieCircle } from '@/components';
|
||||
|
||||
export const SpendScreen = (): JSX.Element => {
|
||||
return (
|
||||
<>
|
||||
<PieCircle />
|
||||
</>
|
||||
);
|
||||
};
|
||||
1
screens/SpendScreen/index.ts
Normal file
1
screens/SpendScreen/index.ts
Normal file
@@ -0,0 +1 @@
|
||||
export * from './SpendScreen';
|
||||
Reference in New Issue
Block a user