Skip to content

Commit d358b3b

Browse files
committed
chore: wip
1 parent 0780ac0 commit d358b3b

File tree

2 files changed

+1
-6
lines changed
  • storage/framework/core

2 files changed

+1
-6
lines changed

storage/framework/core/components/notification/src/components/Usage.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ async function handleCopyCode() {
3333
<p class="my-3 text-base">
3434
Render the toaster in the root of your app.
3535
</p>
36-
<div class="group code-block relative">
36+
<div class="code-block group relative">
3737
<Highlight
3838
class-name="rounded-md text-xs"
3939
language="xml"

storage/framework/core/plugins/src/index.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,3 @@ import { plugin } from 'bun'
44

55
export { plugin }
66
export type { BunPlugin, VitePlugin }
7-
8-
export function addStack(name: string): void {
9-
10-
// Add a stack to the stack list
11-
}

0 commit comments

Comments
 (0)