mirror of
https://gitea.gofwd.group/dstrawsb/ballistic-builder.git
synced 2025-12-06 02:36:44 -05:00
clean up
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
// app/providers.tsx
|
||||
'use client';
|
||||
|
||||
import { ChakraProvider } from '@chakra-ui/react';
|
||||
|
||||
export function Providers({ children }: { children: React.ReactNode }) {
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user