import { Column, useColumnContext } from "@lume/ark"; import { LumeColumn } from "@lume/types"; import { COL_TYPES } from "@lume/utils"; export function Default({ column }: { column: LumeColumn }) { const { addColumn } = useColumnContext(); return (
group

Group Feeds

Collective of people you're interested in.

antenas

Antenas

Keep track to specific content.

trendingNotes

Trending Notes

What is trending on Nostr?.

global

Global

All things around the world.

waifu

Waifu

Show a random waifu image to boost your morale.

); }