chore: clean up
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { type CurrentAccount, Event, Keys, Metadata } from "@lume/types";
|
||||
import type { CurrentAccount, Event, Keys, Metadata } from "@lume/types";
|
||||
import { invoke } from "@tauri-apps/api/core";
|
||||
|
||||
export class Ark {
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
export * from "./provider";
|
||||
export * from "./hooks/useEvent";
|
||||
export * from "./hooks/useProfile";
|
||||
export * from "./hooks/useRelayList";
|
||||
export * from "./components/user";
|
||||
export * from "./components/column";
|
||||
export * from "./components/note";
|
||||
|
||||
@@ -1,8 +1,10 @@
|
||||
import sharedConfig from "@lume/tailwindcss";
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
|
||||
import preset from "@lume/tailwindcss";
|
||||
|
||||
const config = {
|
||||
content: ["./src/**/*.{js,ts,jsx,tsx}"],
|
||||
presets: [sharedConfig],
|
||||
presets: [preset],
|
||||
};
|
||||
|
||||
export default config;
|
||||
|
||||
@@ -13,10 +13,7 @@
|
||||
"@tailwindcss/forms": "^0.5.7",
|
||||
"@tailwindcss/typography": "^0.5.10",
|
||||
"tailwind-scrollbar": "^3.0.5",
|
||||
"tailwindcss": "^3.4.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@evilmartians/harmony": "^1.2.0",
|
||||
"tailwindcss": "^3.4.1",
|
||||
"tailwindcss-radix-colors": "^1.2.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
|
||||
const config = {
|
||||
theme: {
|
||||
|
||||
Reference in New Issue
Block a user