Skip to content

Commit d9a88c1

Browse files
chore: rename refinedev-ui to refinedev-refine-ui
1 parent b1960e5 commit d9a88c1

145 files changed

Lines changed: 458 additions & 2938 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.syncpackrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"@netlify/plugin-nextjs"
7979
],
8080
"packages": [
81-
"@refinedev/ui"
81+
"@refinedev/refine-ui"
8282
],
8383
"isIgnored": true
8484
}
File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import type { Metadata } from "next";
22
import { Inter } from "next/font/google";
3-
import "../app/global.css";
3+
import "./global.css";
44

55
const inter = Inter({
66
variable: "--font-inter",
File renamed without changes.

packages/ui/examples/base-example/components/forgot-password-form.tsx renamed to packages/refine-ui/examples/base-example/components/forgot-password-form.tsx

File renamed without changes.

0 commit comments

Comments
 (0)