Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import Head from "next/head";
import LayoutPage from "screens/principles/layout/LayoutPage";
import LayoutPage from "screens/foundations/layout/Layout";

const Layout = () => (
<>
Expand Down
2 changes: 1 addition & 1 deletion apps/website/screens/common/pagesList.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ const utilitiesLinks: LinkDetails[] = [

const principlesLinks: LinkDetails[] = [
{ label: "Data visualization", path: "/principles/data-visualization" },
{ label: "Layout", path: "/principles/layout" },
{ label: "Localization", path: "/principles/localization" },
];

Expand All @@ -43,6 +42,7 @@ const foundationsLinks: LinkDetails[] = [
{ label: "Elevation", path: "/foundations/elevation" },
{ label: "Height", path: "/foundations/height" },
{ label: "Iconography", path: "/foundations/iconography" },
{ label: "Layout", path: "/foundations/layout" },
{ label: "Spacing", path: "/foundations/spacing" },
{ label: "Typography", path: "/foundations/typography" },
];
Expand Down
423 changes: 423 additions & 0 deletions apps/website/screens/foundations/layout/Layout.tsx

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
256 changes: 0 additions & 256 deletions apps/website/screens/principles/layout/LayoutPage.tsx

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.