Skip to content

Commit

Permalink
Update import statements in delete.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-senechal committed Jan 13, 2025
1 parent 402dd8c commit 930c8d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cli/src/lib/website/delete.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ import {
SmartContract,
} from '@massalabs/massa-web3'

import { getGlobalMetadata, listFiles } from './read'
import { listFiles } from './read'
import { getGlobalMetadata } from './metadata'

import { FileDelete } from './models/FileDelete'
import { Metadata } from './models/Metadata'
Expand Down

0 comments on commit 930c8d4

Please sign in to comment.