This commit is contained in:
2024-12-11 14:20:08 -05:00
parent 925cf2ca75
commit 273e310ee3
4 changed files with 48 additions and 33 deletions

View File

@@ -3,7 +3,7 @@ import { Button } from "src/components/ui/button";
export default function BuilderPage() {
return (
<div className="container mx-auto">
<div className="container mx-auto tactical">
<table className="table-auto border-separate border-spacing-2 border border-slate-500">
<thead>
<tr>

View File

@@ -1,7 +1,6 @@
// app/providers.tsx
'use client';
import { ChakraProvider } from '@chakra-ui/react';
export function Providers({ children }: { children: React.ReactNode }) {
return (