a hello world button
import { Component } from "@/components/ui/hello-world-button"; import { Sidebar } from "@/components/ui/sidebar"; export default function DemoOne() { return ( <div> hello world! <Sidebar /> </div> ); }