Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
NikolaRHristov committed Jun 14, 2023
1 parent 49d2550 commit 91caa83
Showing 4 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/elements/Corner.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { listen } from "@tauri-apps/api/event";
import { createSignal, mergeProps } from "solid-js";

import "../assets/css/corner.css";
import "../assets/css/Corner.css";

import type { Settings } from "../options/index.js";

2 changes: 1 addition & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ import type { Component } from "solid-js";
import { createSignal, For } from "solid-js";
import { render } from "solid-js/web";

import "./assets/css/window.css";
import "./assets/css/Window.css";

import Corner from "./elements/Corner.jsx";

0 comments on commit 91caa83

Please sign in to comment.