.
This commit is contained in:
parent
5ac9aa0d3a
commit
43a6b24ccb
@ -8,7 +8,7 @@
|
||||
"build": "tsc && vite build",
|
||||
"build:rodax": "tsc && vite build --mode rodax",
|
||||
"build:acana": "tsc && vite build --mode acana",
|
||||
"preview": "vite preview --host",
|
||||
"preview": "vite preview --host --debug --mode production",
|
||||
"clean": "rm -rf dist && rm -rf node_modules && rm -rf .turbo",
|
||||
"check:deps": "pnpm exec depcheck",
|
||||
"lint": "biome lint --fix",
|
||||
|
||||
@ -1,4 +1,5 @@
|
||||
import { PropsWithChildren } from "react";
|
||||
import type { PropsWithChildren } from "react";
|
||||
|
||||
import { CustomersProvider } from "../context";
|
||||
|
||||
export const CustomersLayout = ({ children }: PropsWithChildren) => {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user