File size: 192 Bytes
65ef364
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
import OmniConsole from "@/components/omni-console";

export default function ConsolePage() {
  return (
    <main className="max-w-5xl mx-auto p-6">
      <OmniConsole />
    </main>
  );
}