@akanjs/cli 0.0.63 → 0.0.64
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -24,6 +24,7 @@ function getContent(scanResult, dict) {
|
|
|
24
24
|
return {
|
|
25
25
|
filename: "layout.tsx",
|
|
26
26
|
content: `
|
|
27
|
+
import { RootLayoutProps } from "@akanjs/client";
|
|
27
28
|
import { System } from "@shared/ui";
|
|
28
29
|
import { env } from "@${dict.appName}/env/env.client";
|
|
29
30
|
import { fetch } from "@${dict.appName}/client";
|
|
@@ -45,7 +45,7 @@ export const Footer = () => {
|
|
|
45
45
|
</div>
|
|
46
46
|
<div className="items-center justify-between mt-6 text-sm md:text-base md:mt-3 md:flex ">
|
|
47
47
|
<div className="flex flex-col text-xs md:text-base gap-1 text-[#777777]">
|
|
48
|
-
${dict.CompanyName} |
|
|
48
|
+
${dict.CompanyName} | CEO_NAME | COMPANY_ADDRESS
|
|
49
49
|
</div>
|
|
50
50
|
<div>
|
|
51
51
|
<div className="flex gap-4 mt-6 text-xs md:text-base md:mt-0">
|