chore: build error fixes and code cleanup. (#4800)
* chore: add export for store. * chore: remove pages route group. * fix: upgrading turbo --------- Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com>
This commit is contained in:
parent
e79b0c40ec
commit
d9c8271f35
6 changed files with 89 additions and 59 deletions
|
|
@ -1,8 +0,0 @@
|
|||
export default function WorkspacePagesLayout({ children }: { children: React.ReactNode }) {
|
||||
return (
|
||||
<div>
|
||||
<h1>WorkspacePages Layout </h1>
|
||||
{children}
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
export default function WorkspacePagesPage() {
|
||||
return <div>WorkspacePagesPage</div>;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue