File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33import { useState } from 'react'
44import { motion , AnimatePresence } from 'motion/react'
55import { Bot } from 'lucide-react'
6- import { DigitalColleageusLayout } from '../foundary-layout'
6+ import { FoundaryLayout } from '../foundary-layout'
77import { DashboardHero } from '../../Heros/DashboardHero'
88import { AppCard } from '../../.archive/app-card'
99import { FileList } from '../../Projects/file-list'
@@ -326,7 +326,7 @@ export default function Home({
326326 }
327327
328328 return (
329- < DigitalColleageusLayout
329+ < FoundaryLayout
330330 sidebarItems = { mockSidebarItems }
331331 title = { title }
332332 notifications = { mockNotifications }
@@ -354,6 +354,6 @@ export default function Home({
354354 { renderTabContent ( ) }
355355 </ motion . div >
356356 </ AnimatePresence >
357- </ DigitalColleageusLayout >
357+ </ FoundaryLayout >
358358 )
359359}
Original file line number Diff line number Diff line change 11// Main Components
22export { AppSidebarLeft } from './AppSidebarLeft'
33export { DashboardHeader } from './DashboardHeader'
4- export { DigitalColleageusLayout } from './foundary-layout'
4+ export { FoundaryLayout } from './foundary-layout'
55export { default as MainPage } from './MainPage'
66export { ManagementSidebar } from './ManagementSidebar'
77export { SearchableSelect } from './SearchableSelect'
You can’t perform that action at this time.
0 commit comments