Skip to content

Commit

Permalink
Added Planner and Financial Forms
Browse files Browse the repository at this point in the history
anoopkarnik committed Aug 2, 2024
1 parent 0b5da0f commit 05688b8
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
import React from 'react'
import React, { useContext } from 'react'
import { ConnectionsContext } from '../../../../providers/connections-provider'

const Overview = () => {

const connectionsContext = useContext(ConnectionsContext);
const apiToken = connectionsContext?.notionNode?.accessToken


return (
<div>Overview</div>
)

0 comments on commit 05688b8

Please sign in to comment.