mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-08 11:37:25 +00:00
fixed build
This commit is contained in:
parent
040b13dd57
commit
f873acd48a
2 changed files with 7 additions and 1 deletions
|
|
@ -72,6 +72,12 @@ export const PlanType: [string, ...string[]] = [
|
|||
"partial_cavity_eco",
|
||||
"extraction_eco",
|
||||
];
|
||||
export type PlanTypeEnum =
|
||||
| "solar_eco4"
|
||||
| "solar_hhrsh_eco4"
|
||||
| "empty_cavity_eco"
|
||||
| "partial_cavity_eco"
|
||||
| "extraction_eco";
|
||||
export const planTypeEnum = pgEnum("plan_type", PlanType);
|
||||
|
||||
export const plan = pgTable("plan", {
|
||||
|
|
|
|||
|
|
@ -57,7 +57,7 @@ export default async function LiveReportingPage(props: {
|
|||
Live Projects
|
||||
</header>
|
||||
<p className="text-sm text-gray-500">
|
||||
Check in on your projects' progress with real-time data updates.
|
||||
{`Check in on your projects' progress with real-time data updates.`}
|
||||
</p>
|
||||
<div className="h-px bg-gray-200 mt-2" />
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue