feat(swarm): modify unified-shell to render swarm layout
This commit is contained in:
parent
f03cd13d87
commit
b721073585
3 changed files with 93 additions and 65 deletions
|
|
@ -1,7 +1,7 @@
|
|||
"use client";
|
||||
|
||||
import React from 'react';
|
||||
import { useUrlState } from '@/hooks/use-url-state';
|
||||
import { useUrlState } from '../../hooks/use-url-state';
|
||||
|
||||
// Mock hook for now, would connect to actual beads data
|
||||
const useMissionList = () => ({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue