Skip to content

Commit

Permalink
🚚 移动styles至layout
Browse files Browse the repository at this point in the history
  • Loading branch information
neila-a committed Dec 3, 2023
1 parent 2c00a79 commit a3cf0de
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "verkfi",
"version": "1.5.3",
"devVersion": "721",
"devVersion": "722",
"dev": true,
"description": "Platform for Neila's something useless tools.",
"private": true,
Expand Down
4 changes: 2 additions & 2 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@ import '@fontsource/ubuntu/400.css';
import '@fontsource/ubuntu/500.css';
import '@fontsource/ubuntu/700.css';
import 'filepond/dist/filepond.min.css'; // Import FilePond styles
import style from "./styles/Layout.module.scss";
import style from "./layout/Layout.module.scss";
import pack from "../../package.json";
import {
Typography
} from "@mui/material";
import Loading from "./loading";
import "./styles/App.scss";
import "./layout/global.scss";
import BaseLayout, {
WindowsProvider
} from "./layout/layoutClient";
Expand Down
File renamed without changes.
File renamed without changes.

1 comment on commit a3cf0de

@vercel
Copy link

@vercel vercel bot commented on a3cf0de Dec 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

neila-tools – ./

neila-tools-neila-a.vercel.app
neila-tools-git-main-neila-a.vercel.app
neila-tools.vercel.app
tools.neila.ga

Please sign in to comment.